mirror of
https://gitlab.univ-nantes.fr/glicid-public/guix-glicid.git
synced 2025-05-01 22:55:36 +02:00
adding apptainer 1.0.1
This commit is contained in:
parent
7906b3eced
commit
f4b43c2c31
1 changed files with 19 additions and 0 deletions
|
@ -2345,3 +2345,22 @@ transformations, and locale-specific text handling.")
|
|||
(description
|
||||
"This repository holds supplementary Go networking libraries.")
|
||||
(license license:bsd-3)))
|
||||
(define-public go-github-com-tj-go-spin-1.1.0
|
||||
(package
|
||||
(name "go-github-com-tj-go-spin")
|
||||
(version "1.1.0")
|
||||
(source
|
||||
(origin
|
||||
(method git-fetch)
|
||||
(uri (git-reference
|
||||
(url "https://github.com/tj/go-spin")
|
||||
(commit (string-append "v" version))))
|
||||
(file-name (git-file-name name version))
|
||||
(sha256
|
||||
(base32 "11xr67991m5pwsy1dira3iwd0sr55vmn1cyjwmlqziw4bwpym64s"))))
|
||||
(build-system go-build-system)
|
||||
(arguments '(#:import-path "github.com/tj/go-spin"))
|
||||
(home-page "https://github.com/tj/go-spin")
|
||||
(synopsis #f)
|
||||
(description #f)
|
||||
(license #f)))
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue