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
2d5f028046
commit
20d036901d
1 changed files with 25 additions and 0 deletions
|
@ -2294,3 +2294,28 @@ be used in open source or commercial projects.")
|
||||||
(description
|
(description
|
||||||
"Package check is a rich testing extension for Go's testing package.")
|
"Package check is a rich testing extension for Go's testing package.")
|
||||||
(license license:bsd-2)))
|
(license license:bsd-2)))
|
||||||
|
(define-public go-golang-org-x-text-0.3.2
|
||||||
|
(package
|
||||||
|
(name "go-golang-org-x-text")
|
||||||
|
(version "0.3.2")
|
||||||
|
(source
|
||||||
|
(origin
|
||||||
|
(method git-fetch)
|
||||||
|
(uri (git-reference
|
||||||
|
(url "https://go.googlesource.com/text")
|
||||||
|
(commit (string-append "v" version))))
|
||||||
|
(file-name (git-file-name name version))
|
||||||
|
(sha256
|
||||||
|
(base32 "0flv9idw0jm5nm8lx25xqanbkqgfiym6619w575p7nrdh0riqwqh"))))
|
||||||
|
(build-system go-build-system)
|
||||||
|
(arguments '(#:import-path "golang.org/x/text"))
|
||||||
|
(propagated-inputs
|
||||||
|
`(("go-golang-org-x-tools-0.0.0-20180917221912-90fa682c2a6e"
|
||||||
|
,go-golang-org-x-tools-0.0.0-20180917221912-90fa682c2a6e)))
|
||||||
|
(home-page "https://golang.org/x/text")
|
||||||
|
(synopsis "Go Text")
|
||||||
|
(description
|
||||||
|
"text is a repository of text-related packages related to internationalization
|
||||||
|
(i18n) and localization (l10n), such as character encodings, text
|
||||||
|
transformations, and locale-specific text handling.")
|
||||||
|
(license license:bsd-3)))
|
||||||
|
|
Loading…
Add table
Reference in a new issue