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
8a982eb6e9
commit
a3cd3e33dd
1 changed files with 21 additions and 0 deletions
|
@ -2205,3 +2205,24 @@ your code will behave as you intend.")
|
||||||
(description
|
(description
|
||||||
"Objx - Go package for dealing with maps, slices, JSON and other data.")
|
"Objx - Go package for dealing with maps, slices, JSON and other data.")
|
||||||
(license license:expat)))
|
(license license:expat)))
|
||||||
|
(define-public go-github-com-konsorten-go-windows-terminal-sequences-1.0.1
|
||||||
|
(package
|
||||||
|
(name "go-github-com-konsorten-go-windows-terminal-sequences")
|
||||||
|
(version "1.0.1")
|
||||||
|
(source
|
||||||
|
(origin
|
||||||
|
(method git-fetch)
|
||||||
|
(uri (git-reference
|
||||||
|
(url "https://github.com/konsorten/go-windows-terminal-sequences")
|
||||||
|
(commit (string-append "v" version))))
|
||||||
|
(file-name (git-file-name name version))
|
||||||
|
(sha256
|
||||||
|
(base32 "1lchgf27n276vma6iyxa0v1xds68n2g8lih5lavqnx5x6q5pw2ip"))))
|
||||||
|
(build-system go-build-system)
|
||||||
|
(arguments
|
||||||
|
'(#:import-path "github.com/konsorten/go-windows-terminal-sequences"))
|
||||||
|
(home-page "https://github.com/konsorten/go-windows-terminal-sequences")
|
||||||
|
(synopsis "Windows Terminal Sequences")
|
||||||
|
(description
|
||||||
|
"This library allow for enabling Windows terminal color support for Go.")
|
||||||
|
(license license:expat)))
|
||||||
|
|
Loading…
Add table
Reference in a new issue