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
aa6e3e8f4d
commit
e63ef6959b
1 changed files with 23 additions and 0 deletions
|
@ -1788,3 +1788,26 @@ it, have your say here: @url{https://cutt.ly/testify,https://cutt.ly/testify} **
|
|||
Package testify is a set of packages that provide many tools for testifying that
|
||||
your code will behave as you intend.")
|
||||
(license license:expat)))
|
||||
(define-public go-gopkg-in-yaml-v3-3.0.0-20200313102051-9f266ea9e77c
|
||||
(package
|
||||
(name "go-gopkg-in-yaml-v3")
|
||||
(version "3.0.0-20200313102051-9f266ea9e77c")
|
||||
(source
|
||||
(origin
|
||||
(method git-fetch)
|
||||
(uri (git-reference
|
||||
(url "https://gopkg.in/yaml.v3")
|
||||
(commit (go-version->git-ref version))))
|
||||
(file-name (git-file-name name version))
|
||||
(sha256
|
||||
(base32 "1bbai3lzb50m0x2vwsdbagrbhvfylj9k1m32hgbqwldqx4p9ay35"))))
|
||||
(build-system go-build-system)
|
||||
(arguments
|
||||
'(#:import-path "gopkg.in/yaml.v3" #:unpack-path "gopkg.in/yaml.v3"))
|
||||
(propagated-inputs
|
||||
`(("go-gopkg-in-check-v1-0.0.0-20161208181325-20d25e280405"
|
||||
,go-gopkg-in-check-v1-0.0.0-20161208181325-20d25e280405)))
|
||||
(home-page "https://gopkg.in/yaml.v3")
|
||||
(synopsis "YAML support for the Go language")
|
||||
(description "Package yaml implements YAML support for the Go language.")
|
||||
(license unknown-license!)))
|
||||
|
|
Loading…
Add table
Reference in a new issue