mirror of
https://gitlab.univ-nantes.fr/glicid-public/guix-glicid.git
synced 2025-04-30 06:08:37 +02:00
adding apptainer 1.0.1
This commit is contained in:
parent
ce7bfebc08
commit
cb6b2db708
1 changed files with 24 additions and 0 deletions
|
@ -1924,3 +1924,27 @@ be used in open source or commercial projects.")
|
|||
(description
|
||||
"This repository holds supplementary Go cryptography libraries.")
|
||||
(license license:bsd-3)))
|
||||
(define-public go-golang-org-x-term-0.0.0-20201126162022-7de9c90e9dd1
|
||||
(package
|
||||
(name "go-golang-org-x-term")
|
||||
(version "0.0.0-20201126162022-7de9c90e9dd1")
|
||||
(source
|
||||
(origin
|
||||
(method git-fetch)
|
||||
(uri (git-reference
|
||||
(url "https://go.googlesource.com/term")
|
||||
(commit (go-version->git-ref version))))
|
||||
(file-name (git-file-name name version))
|
||||
(sha256
|
||||
(base32 "1ba252xmv6qsvf1w1gcy98mngrj0vd4inbjw0lsklqvva65nljna"))))
|
||||
(build-system go-build-system)
|
||||
(arguments '(#:import-path "golang.org/x/term"))
|
||||
(propagated-inputs
|
||||
`(("go-golang-org-x-sys-0.0.0-20201119102817-f84b799fce68"
|
||||
,go-golang-org-x-sys-0.0.0-20201119102817-f84b799fce68)))
|
||||
(home-page "https://golang.org/x/term")
|
||||
(synopsis "Go terminal/console support")
|
||||
(description
|
||||
"Package term provides support functions for dealing with terminals, as commonly
|
||||
found on UNIX systems.")
|
||||
(license license:bsd-3)))
|
||||
|
|
Loading…
Add table
Reference in a new issue