mirror of
https://gitlab.univ-nantes.fr/glicid-public/guix-glicid.git
synced 2025-04-30 06:08:37 +02:00
adding apptainer 1.0.1
This commit is contained in:
parent
c76f170a10
commit
f84e586087
1 changed files with 28 additions and 0 deletions
|
@ -2429,3 +2429,31 @@ SDK.")
|
|||
entries at a given size or interval, useful for cases such as batching log
|
||||
events.")
|
||||
(license license:expat)))
|
||||
(define-public go-github-com-tj-assert-0.0.3
|
||||
(package
|
||||
(name "go-github-com-tj-assert")
|
||||
(version "0.0.3")
|
||||
(source
|
||||
(origin
|
||||
(method git-fetch)
|
||||
(uri (git-reference
|
||||
(url "https://github.com/tj/assert")
|
||||
(commit (string-append "v" version))))
|
||||
(file-name (git-file-name name version))
|
||||
(sha256
|
||||
(base32 "1j5swk3fjq1h5fpqkipddz2ccnbidr7qrpm5dpdaflg9q5jnc673"))))
|
||||
(build-system go-build-system)
|
||||
(arguments '(#:import-path "github.com/tj/assert"))
|
||||
(propagated-inputs
|
||||
`(("go-gopkg-in-yaml-v3-3.0.0-20200605160147-a5ece683394c"
|
||||
,go-gopkg-in-yaml-v3-3.0.0-20200605160147-a5ece683394c)
|
||||
("go-github-com-stretchr-testify-1.6.1"
|
||||
,go-github-com-stretchr-testify-1.6.1)
|
||||
("go-github-com-davecgh-go-spew-1.1.1"
|
||||
,go-github-com-davecgh-go-spew-1.1.1)))
|
||||
(home-page "https://github.com/tj/assert")
|
||||
(synopsis "assert")
|
||||
(description
|
||||
"Package assert implements the same assertions as the `assert` package but stops
|
||||
test execution when a test fails.")
|
||||
(license license:expat)))
|
||||
|
|
Loading…
Add table
Reference in a new issue