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
52c85ec940
commit
bd360f78b0
1 changed files with 22 additions and 0 deletions
|
@ -2820,3 +2820,25 @@ log format")
|
||||||
(synopsis "Example")
|
(synopsis "Example")
|
||||||
(description "Go client for @url{https://apex.sh/logs/,Apex Logs}.")
|
(description "Go client for @url{https://apex.sh/logs/,Apex Logs}.")
|
||||||
(license license:expat)))
|
(license license:expat)))
|
||||||
|
(define-public go-golang-org-x-text-0.3.0
|
||||||
|
(package
|
||||||
|
(name "go-golang-org-x-text")
|
||||||
|
(version "0.3.0")
|
||||||
|
(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 "0r6x6zjzhr8ksqlpiwm5gdd7s209kwk5p4lw54xjvz10cs3qlq19"))))
|
||||||
|
(build-system go-build-system)
|
||||||
|
(arguments '(#:import-path "golang.org/x/text"))
|
||||||
|
(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