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
1cddb6bbea
commit
c76f170a10
1 changed files with 24 additions and 0 deletions
|
@ -2405,3 +2405,27 @@ SDK.")
|
|||
(description
|
||||
"Package elastic provides an Elasticsearch client with AWS sigv4 support.")
|
||||
(license license:expat)))
|
||||
(define-public go-github-com-tj-go-buffer-1.1.0
|
||||
(package
|
||||
(name "go-github-com-tj-go-buffer")
|
||||
(version "1.1.0")
|
||||
(source
|
||||
(origin
|
||||
(method git-fetch)
|
||||
(uri (git-reference
|
||||
(url "https://github.com/tj/go-buffer")
|
||||
(commit (string-append "v" version))))
|
||||
(file-name (git-file-name name version))
|
||||
(sha256
|
||||
(base32 "1qdxpa069pjjbzh217aadpzz1aq1n6h32lhp60yjcpi7hr4q8fxx"))))
|
||||
(build-system go-build-system)
|
||||
(arguments '(#:import-path "github.com/tj/go-buffer"))
|
||||
(propagated-inputs
|
||||
`(("go-github-com-tj-assert-0.0.3" ,go-github-com-tj-assert-0.0.3)))
|
||||
(home-page "https://github.com/tj/go-buffer")
|
||||
(synopsis "Buffer")
|
||||
(description
|
||||
"Package buffer provides a generic buffer or batching mechanism for flushing
|
||||
entries at a given size or interval, useful for cases such as batching log
|
||||
events.")
|
||||
(license license:expat)))
|
||||
|
|
Loading…
Add table
Reference in a new issue