adding apptainer 1.0.1

This commit is contained in:
Jean-François GUILLAUME 2022-03-25 10:42:59 +01:00
parent 460d32009e
commit 4aa26bbd0b
GPG key ID: 38751DAE145EFB5A

View file

@ -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 coverage report. Go-spew is licensed under the liberal ISC license, so it may
be used in open source or commercial projects.") be used in open source or commercial projects.")
(license license:isc))) (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)))