adding apptainer 1.0.1

This commit is contained in:
Jean-François GUILLAUME 2022-03-25 13:38:04 +01:00
parent 1a5b979400
commit d5dd3e93ac
GPG key ID: 38751DAE145EFB5A

View file

@ -2525,3 +2525,22 @@ STS.")
"Package fastuuid provides fast UUID generation of 192 bit universally unique "Package fastuuid provides fast UUID generation of 192 bit universally unique
identifiers.") identifiers.")
(license license:bsd-3))) (license license:bsd-3)))
(define-public go-github-com-pkg-errors-0.8.1
(package
(name "go-github-com-pkg-errors")
(version "0.8.1")
(source
(origin
(method git-fetch)
(uri (git-reference
(url "https://github.com/pkg/errors")
(commit (string-append "v" version))))
(file-name (git-file-name name version))
(sha256
(base32 "0g5qcb4d4fd96midz0zdk8b9kz8xkzwfa8kr1cliqbg8sxsy5vd1"))))
(build-system go-build-system)
(arguments '(#:import-path "github.com/pkg/errors"))
(home-page "https://github.com/pkg/errors")
(synopsis "errors")
(description "Package errors provides simple error handling primitives.")
(license license:bsd-2)))