mirror of
https://gitlab.univ-nantes.fr/glicid-public/guix-glicid.git
synced 2025-04-30 22:28:38 +02:00
adding apptainer 1.0.1
This commit is contained in:
parent
32dd836edc
commit
2d5f028046
1 changed files with 21 additions and 0 deletions
|
@ -2273,3 +2273,24 @@ be used in open source or commercial projects.")
|
||||||
(synopsis "YAML support for the Go language")
|
(synopsis "YAML support for the Go language")
|
||||||
(description "Package yaml implements YAML support for the Go language.")
|
(description "Package yaml implements YAML support for the Go language.")
|
||||||
(license license:asl2.0)))
|
(license license:asl2.0)))
|
||||||
|
(define-public go-gopkg-in-check-v1-1.0.0-20190902080502-41f04d3bba15
|
||||||
|
(package
|
||||||
|
(name "go-gopkg-in-check-v1")
|
||||||
|
(version "1.0.0-20190902080502-41f04d3bba15")
|
||||||
|
(source
|
||||||
|
(origin
|
||||||
|
(method git-fetch)
|
||||||
|
(uri (git-reference
|
||||||
|
(url "https://gopkg.in/check.v1")
|
||||||
|
(commit (go-version->git-ref version))))
|
||||||
|
(file-name (git-file-name name version))
|
||||||
|
(sha256
|
||||||
|
(base32 "0vfk9czmlxmp6wndq8k17rhnjxal764mxfhrccza7nwlia760pjy"))))
|
||||||
|
(build-system go-build-system)
|
||||||
|
(arguments
|
||||||
|
'(#:import-path "gopkg.in/check.v1" #:unpack-path "gopkg.in/check.v1"))
|
||||||
|
(home-page "https://gopkg.in/check.v1")
|
||||||
|
(synopsis "Instructions")
|
||||||
|
(description
|
||||||
|
"Package check is a rich testing extension for Go's testing package.")
|
||||||
|
(license license:bsd-2)))
|
||||||
|
|
Loading…
Add table
Reference in a new issue