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
42ae33d9f9
commit
6afa6a3340
1 changed files with 23 additions and 0 deletions
|
@ -2566,3 +2566,26 @@ identifiers.")
|
|||
(synopsis "go-colorable")
|
||||
(description "Colorable writer for windows.")
|
||||
(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)))
|
||||
|
|
Loading…
Add table
Reference in a new issue