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
7d3853d0d5
commit
74703f4562
1 changed files with 21 additions and 0 deletions
|
@ -2020,3 +2020,24 @@ the operating system.")
|
||||||
(i18n) and localization (l10n), such as character encodings, text
|
(i18n) and localization (l10n), such as character encodings, text
|
||||||
transformations, and locale-specific text handling.")
|
transformations, and locale-specific text handling.")
|
||||||
(license license:bsd-3)))
|
(license license:bsd-3)))
|
||||||
|
(define-public go-golang-org-x-tools-0.0.0-20180917221912-90fa682c2a6e
|
||||||
|
(package
|
||||||
|
(name "go-golang-org-x-tools")
|
||||||
|
(version "0.0.0-20180917221912-90fa682c2a6e")
|
||||||
|
(source
|
||||||
|
(origin
|
||||||
|
(method git-fetch)
|
||||||
|
(uri (git-reference
|
||||||
|
(url "https://go.googlesource.com/tools")
|
||||||
|
(commit (go-version->git-ref version))))
|
||||||
|
(file-name (git-file-name name version))
|
||||||
|
(sha256
|
||||||
|
(base32 "03ic2xsy51jw9749wl7gszdbz99iijbd2bckgygl6cm9w5m364ak"))))
|
||||||
|
(build-system go-build-system)
|
||||||
|
(arguments '(#:import-path "golang.org/x/tools"))
|
||||||
|
(home-page "https://golang.org/x/tools")
|
||||||
|
(synopsis "Go Tools")
|
||||||
|
(description
|
||||||
|
"This subrepository holds the source for various packages and tools that support
|
||||||
|
the Go programming language.")
|
||||||
|
(license license:bsd-3)))
|
||||||
|
|
Loading…
Add table
Reference in a new issue