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
fa947fd4f1
commit
39f93d3d96
1 changed files with 21 additions and 0 deletions
|
@ -2628,3 +2628,24 @@ debugging, to avoid wrapping long output lines in the terminal.")
|
||||||
(synopsis "uuid")
|
(synopsis "uuid")
|
||||||
(description "Package uuid generates and inspects UUIDs.")
|
(description "Package uuid generates and inspects UUIDs.")
|
||||||
(license license:bsd-3)))
|
(license license:bsd-3)))
|
||||||
|
(define-public go-github-com-golang-protobuf-1.3.1
|
||||||
|
(package
|
||||||
|
(name "go-github-com-golang-protobuf")
|
||||||
|
(version "1.3.1")
|
||||||
|
(source
|
||||||
|
(origin
|
||||||
|
(method git-fetch)
|
||||||
|
(uri (git-reference
|
||||||
|
(url "https://github.com/golang/protobuf")
|
||||||
|
(commit (string-append "v" version))))
|
||||||
|
(file-name (git-file-name name version))
|
||||||
|
(sha256
|
||||||
|
(base32 "15am4s4646qy6iv0g3kkqq52rzykqjhm4bf08dk0fy2r58knpsyl"))))
|
||||||
|
(build-system go-build-system)
|
||||||
|
(arguments '(#:import-path "github.com/golang/protobuf"))
|
||||||
|
(home-page "https://github.com/golang/protobuf")
|
||||||
|
(synopsis "Go support for Protocol Buffers")
|
||||||
|
(description
|
||||||
|
"This module (@url{https://pkg.go.dev/mod/github.com/golang/protobuf,(code
|
||||||
|
github.com/golang/protobuf)}) contains Go bindings for protocol buffers.")
|
||||||
|
(license license:bsd-3)))
|
||||||
|
|
Loading…
Add table
Reference in a new issue