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
29d7df9a64
commit
1cddb6bbea
1 changed files with 20 additions and 0 deletions
|
@ -2385,3 +2385,23 @@ transformations, and locale-specific text handling.")
|
|||
"Package kinesis implements a batch producer built on top of the official AWS
|
||||
SDK.")
|
||||
(license license:expat)))
|
||||
(define-public go-github-com-tj-go-elastic-0.0.0-20171221160941-36157cbbebc2
|
||||
(package
|
||||
(name "go-github-com-tj-go-elastic")
|
||||
(version "0.0.0-20171221160941-36157cbbebc2")
|
||||
(source
|
||||
(origin
|
||||
(method git-fetch)
|
||||
(uri (git-reference
|
||||
(url "https://github.com/tj/go-elastic")
|
||||
(commit (go-version->git-ref version))))
|
||||
(file-name (git-file-name name version))
|
||||
(sha256
|
||||
(base32 "1r94vc4hbfvqvjz74n4mvsw4dy3vbyzlivb90kyn8vn76a4wqk69"))))
|
||||
(build-system go-build-system)
|
||||
(arguments '(#:import-path "github.com/tj/go-elastic"))
|
||||
(home-page "https://github.com/tj/go-elastic")
|
||||
(synopsis "go-elastic")
|
||||
(description
|
||||
"Package elastic provides an Elasticsearch client with AWS sigv4 support.")
|
||||
(license license:expat)))
|
||||
|
|
Loading…
Add table
Reference in a new issue