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
f3aaf923b2
commit
52c85ec940
1 changed files with 24 additions and 0 deletions
|
@ -2796,3 +2796,27 @@ to add additional functionality.")
|
||||||
(@url{https://www.graylog.org/resources/gelf-2/,https://www.graylog.org/resources/gelf-2/})
|
(@url{https://www.graylog.org/resources/gelf-2/,https://www.graylog.org/resources/gelf-2/})
|
||||||
log format")
|
log format")
|
||||||
(license license:expat)))
|
(license license:expat)))
|
||||||
|
(define-public go-github-com-apex-logs-1.0.0
|
||||||
|
(package
|
||||||
|
(name "go-github-com-apex-logs")
|
||||||
|
(version "1.0.0")
|
||||||
|
(source
|
||||||
|
(origin
|
||||||
|
(method git-fetch)
|
||||||
|
(uri (git-reference
|
||||||
|
(url "https://github.com/apex/logs")
|
||||||
|
(commit (string-append "v" version))))
|
||||||
|
(file-name (git-file-name name version))
|
||||||
|
(sha256
|
||||||
|
(base32 "1kysjp3s8718p02ngpr60gnjjspv0a69biksfjqa1540svrbi850"))))
|
||||||
|
(build-system go-build-system)
|
||||||
|
(arguments '(#:import-path "github.com/apex/logs"))
|
||||||
|
(propagated-inputs
|
||||||
|
`(("go-github-com-tj-assert-0.0.0-20171129193455-018094318fb0"
|
||||||
|
,go-github-com-tj-assert-0.0.0-20171129193455-018094318fb0)
|
||||||
|
("go-github-com-stretchr-testify-1.3.0"
|
||||||
|
,go-github-com-stretchr-testify-1.3.0)))
|
||||||
|
(home-page "https://github.com/apex/logs")
|
||||||
|
(synopsis "Example")
|
||||||
|
(description "Go client for @url{https://apex.sh/logs/,Apex Logs}.")
|
||||||
|
(license license:expat)))
|
||||||
|
|
Loading…
Add table
Reference in a new issue