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
20d036901d
commit
7906b3eced
1 changed files with 26 additions and 0 deletions
|
@ -2319,3 +2319,29 @@ be used in open source or commercial projects.")
|
|||
(i18n) and localization (l10n), such as character encodings, text
|
||||
transformations, and locale-specific text handling.")
|
||||
(license license:bsd-3)))
|
||||
(define-public go-golang-org-x-net-0.0.0-20190620200207-3b0461eec859
|
||||
(package
|
||||
(name "go-golang-org-x-net")
|
||||
(version "0.0.0-20190620200207-3b0461eec859")
|
||||
(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 "0l00c8l0a8xnv6qdpwfzxxsr58jggacgzdrwiprrfx2xqm37b6d5"))))
|
||||
(build-system go-build-system)
|
||||
(arguments '(#:import-path "golang.org/x/net"))
|
||||
(propagated-inputs
|
||||
`(("go-golang-org-x-text-0.3.0" ,go-golang-org-x-text-0.3.0)
|
||||
("go-golang-org-x-sys-0.0.0-20190215142949-d0b11bdaac8a"
|
||||
,go-golang-org-x-sys-0.0.0-20190215142949-d0b11bdaac8a)
|
||||
("go-golang-org-x-crypto-0.0.0-20190308221718-c2843e01d9a2"
|
||||
,go-golang-org-x-crypto-0.0.0-20190308221718-c2843e01d9a2)))
|
||||
(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