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
1a5b979400
commit
d5dd3e93ac
1 changed files with 19 additions and 0 deletions
|
@ -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)))
|
||||||
|
|
Loading…
Add table
Reference in a new issue