adding apptainer 1.0.1

This commit is contained in:
Jean-François GUILLAUME 2022-03-25 11:01:47 +01:00
parent ae3527ef51
commit 7d3853d0d5
GPG key ID: 38751DAE145EFB5A

View file

@ -1995,3 +1995,28 @@ the operating system.")
(description
"This repository holds supplementary Go networking libraries.")
(license license:bsd-3)))
(define-public go-golang-org-x-text-0.3.3
(package
(name "go-golang-org-x-text")
(version "0.3.3")
(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 "19pihqm3phyndmiw6i42pdv6z1rbvlqlsnhsyqf9gsnn0qnmqqlh"))))
(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)))