adding apptainer 1.0.1

This commit is contained in:
Jean-François GUILLAUME 2022-03-25 13:58:21 +01:00
parent d5dd3e93ac
commit 42ae33d9f9
GPG key ID: 38751DAE145EFB5A

View file

@ -2544,3 +2544,25 @@ identifiers.")
(synopsis "errors") (synopsis "errors")
(description "Package errors provides simple error handling primitives.") (description "Package errors provides simple error handling primitives.")
(license license:bsd-2))) (license license:bsd-2)))
(define-public go-github-com-mattn-go-colorable-0.1.2
(package
(name "go-github-com-mattn-go-colorable")
(version "0.1.2")
(source
(origin
(method git-fetch)
(uri (git-reference
(url "https://github.com/mattn/go-colorable")
(commit (string-append "v" version))))
(file-name (git-file-name name version))
(sha256
(base32 "0512jm3wmzkkn7d99x9wflyqf48n5ri3npy1fqkq6l6adc5mni3n"))))
(build-system go-build-system)
(arguments '(#:import-path "github.com/mattn/go-colorable"))
(propagated-inputs
`(("go-github-com-mattn-go-isatty-0.0.8"
,go-github-com-mattn-go-isatty-0.0.8)))
(home-page "https://github.com/mattn/go-colorable")
(synopsis "go-colorable")
(description "Colorable writer for windows.")
(license license:expat)))