adding apptainer 1.0.1

This commit is contained in:
Jean-François GUILLAUME 2022-03-25 10:59:40 +01:00
parent 4515fcbcee
commit ae3527ef51
GPG key ID: 38751DAE145EFB5A

View file

@ -1969,3 +1969,29 @@ found on UNIX systems.")
"This repository holds supplemental Go packages for low-level interactions with
the operating system.")
(license license:bsd-3)))
(define-public go-golang-org-x-net-0.0.0-20210226172049-e18ecbb05110
(package
(name "go-golang-org-x-net")
(version "0.0.0-20210226172049-e18ecbb05110")
(source
(origin
(method git-fetch)
(uri (git-reference
(url "https://go.googlesource.com/net")
(commit (go-version->git-ref version))))
(file-name (git-file-name name version))
(sha256
(base32 "1vlq8mdscp7yfaa1lmyv03y5m4c2d67ydg2q1i6smkrxghn3zn3q"))))
(build-system go-build-system)
(arguments '(#:import-path "golang.org/x/net"))
(propagated-inputs
`(("go-golang-org-x-text-0.3.3" ,go-golang-org-x-text-0.3.3)
("go-golang-org-x-term-0.0.0-20201126162022-7de9c90e9dd1"
,go-golang-org-x-term-0.0.0-20201126162022-7de9c90e9dd1)
("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/net")
(synopsis "Go Networking")
(description
"This repository holds supplementary Go networking libraries.")
(license license:bsd-3)))