adding apptainer 1.0.1

This commit is contained in:
Jean-François GUILLAUME 2022-03-25 14:39:16 +01:00
parent 804e6ca303
commit 5744c261be
GPG key ID: 38751DAE145EFB5A

View file

@ -2741,3 +2741,36 @@ of pretty terminal strings.")
(description
"Package sdk is the official AWS SDK for the Go programming language.")
(license license:asl2.0)))
(define-public go-github-com-aphistic-sweet-0.2.0
(package
(name "go-github-com-aphistic-sweet")
(version "0.2.0")
(source
(origin
(method git-fetch)
(uri (git-reference
(url "https://github.com/aphistic/sweet")
(commit (string-append "v" version))))
(file-name (git-file-name name version))
(sha256
(base32 "1bb4qagfxf6byqn2yx0vq24xfvisz3ah4w6bvqclc8cklvfngw43"))))
(build-system go-build-system)
(arguments '(#:import-path "github.com/aphistic/sweet"))
(propagated-inputs
`(("go-golang-org-x-crypto-0.0.0-20190426145343-a29dc8fdc734"
,go-golang-org-x-crypto-0.0.0-20190426145343-a29dc8fdc734)
("go-github-com-sergi-go-diff-1.0.0"
,go-github-com-sergi-go-diff-1.0.0)
("go-github-com-onsi-gomega-1.5.0" ,go-github-com-onsi-gomega-1.5.0)
("go-github-com-mgutz-ansi-0.0.0-20170206155736-9520e82c474b"
,go-github-com-mgutz-ansi-0.0.0-20170206155736-9520e82c474b)
("go-github-com-mattn-go-colorable-0.1.1"
,go-github-com-mattn-go-colorable-0.1.1)))
(home-page "https://github.com/aphistic/sweet")
(synopsis "sweet")
(description
"Sweet is a pluggable test runner capable of hooking into standard Go tests. It
attempts to provide access to the standard Go test tool as close as possible
while adding support for test suites and plugins that can hook into test results
to add additional functionality.")
(license license:expat)))