adding apptainer 1.0.1

This commit is contained in:
Jean-François GUILLAUME 2022-03-25 14:00:44 +01:00
parent 42ae33d9f9
commit 6afa6a3340
GPG key ID: 38751DAE145EFB5A

View file

@ -2566,3 +2566,26 @@ identifiers.")
(synopsis "go-colorable") (synopsis "go-colorable")
(description "Colorable writer for windows.") (description "Colorable writer for windows.")
(license license:expat))) (license license:expat)))
(define-public go-github-com-kr-pretty-0.2.0
(package
(name "go-github-com-kr-pretty")
(version "0.2.0")
(source
(origin
(method git-fetch)
(uri (git-reference
(url "https://github.com/kr/pretty")
(commit (string-append "v" version))))
(file-name (git-file-name name version))
(sha256
(base32 "1ywbfzz1h3a3qd8rpkiqwi1dm4w8ls9ijb4x1b7567grns9f0vnp"))))
(build-system go-build-system)
(arguments '(#:import-path "github.com/kr/pretty"))
(propagated-inputs
`(("go-github-com-kr-text-0.1.0" ,go-github-com-kr-text-0.1.0)))
(home-page "https://github.com/kr/pretty")
(synopsis #f)
(description
"Package pretty provides pretty-printing for Go values. This is useful during
debugging, to avoid wrapping long output lines in the terminal.")
(license license:expat)))