mirror of
https://gitlab.univ-nantes.fr/glicid-public/guix-glicid.git
synced 2025-04-30 14:18:38 +02:00
adding apptainer 1.0.1
This commit is contained in:
parent
4515fcbcee
commit
ae3527ef51
1 changed files with 26 additions and 0 deletions
|
@ -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)))
|
||||
|
|
Loading…
Add table
Reference in a new issue