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
460d32009e
commit
4aa26bbd0b
1 changed files with 21 additions and 0 deletions
|
@ -1876,3 +1876,24 @@ to ensure proper functionality. See @code{test_coverage.txt} for the gocov
|
|||
coverage report. Go-spew is licensed under the liberal ISC license, so it may
|
||||
be used in open source or commercial projects.")
|
||||
(license license:isc)))
|
||||
(define-public go-gopkg-in-check-v1-0.0.0-20161208181325-20d25e280405
|
||||
(package
|
||||
(name "go-gopkg-in-check-v1")
|
||||
(version "0.0.0-20161208181325-20d25e280405")
|
||||
(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 "0k1m83ji9l1a7ng8a7v40psbymxasmssbrrhpdv2wl4rhs0nc3np"))))
|
||||
(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