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
5744c261be
commit
f3aaf923b2
1 changed files with 22 additions and 0 deletions
|
@ -2774,3 +2774,25 @@ attempts to provide access to the standard Go test tool as close as possible
|
|||
while adding support for test suites and plugins that can hook into test results
|
||||
to add additional functionality.")
|
||||
(license license:expat)))
|
||||
(define-public go-github-com-aphistic-golf-0.0.0-20180712155816-02c07f170c5a
|
||||
(package
|
||||
(name "go-github-com-aphistic-golf")
|
||||
(version "0.0.0-20180712155816-02c07f170c5a")
|
||||
(source
|
||||
(origin
|
||||
(method git-fetch)
|
||||
(uri (git-reference
|
||||
(url "https://github.com/aphistic/golf")
|
||||
(commit (go-version->git-ref version))))
|
||||
(file-name (git-file-name name version))
|
||||
(sha256
|
||||
(base32 "1qixab9bb29wqbr4nc5j3g25hq1j7am93f181rkj7a4qacncx763"))))
|
||||
(build-system go-build-system)
|
||||
(arguments '(#:import-path "github.com/aphistic/golf"))
|
||||
(home-page "https://github.com/aphistic/golf")
|
||||
(synopsis "golf")
|
||||
(description
|
||||
"This package provides logging capabilities using the GELF
|
||||
(@url{https://www.graylog.org/resources/gelf-2/,https://www.graylog.org/resources/gelf-2/})
|
||||
log format")
|
||||
(license license:expat)))
|
||||
|
|
Loading…
Add table
Reference in a new issue