mirror of
https://gitlab.univ-nantes.fr/glicid-public/guix-glicid.git
synced 2025-04-30 14:18:38 +02:00
adding apptainer 1.0.1
This commit is contained in:
parent
d5dd3e93ac
commit
42ae33d9f9
1 changed files with 22 additions and 0 deletions
|
@ -2544,3 +2544,25 @@ identifiers.")
|
|||
(synopsis "errors")
|
||||
(description "Package errors provides simple error handling primitives.")
|
||||
(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)))
|
||||
|
|
Loading…
Add table
Reference in a new issue