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
bd360f78b0
commit
91f496f5ee
1 changed files with 21 additions and 0 deletions
|
@ -2842,3 +2842,24 @@ log format")
|
|||
(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-sys-0.0.0-20190215142949-d0b11bdaac8a
|
||||
(package
|
||||
(name "go-golang-org-x-sys")
|
||||
(version "0.0.0-20190215142949-d0b11bdaac8a")
|
||||
(source
|
||||
(origin
|
||||
(method git-fetch)
|
||||
(uri (git-reference
|
||||
(url "https://go.googlesource.com/sys")
|
||||
(commit (go-version->git-ref version))))
|
||||
(file-name (git-file-name name version))
|
||||
(sha256
|
||||
(base32 "18yfsmw622l7gc5sqriv5qmck6903vvhivpzp8i3xfy3z33dybdl"))))
|
||||
(build-system go-build-system)
|
||||
(arguments '(#:import-path "golang.org/x/sys"))
|
||||
(home-page "https://golang.org/x/sys")
|
||||
(synopsis "sys")
|
||||
(description
|
||||
"This repository holds supplemental Go packages for low-level interactions with
|
||||
the operating system.")
|
||||
(license license:bsd-3)))
|
||||
|
|
Loading…
Add table
Reference in a new issue