mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: Add go-github-com-antihax-optional.
* gnu/packages/golang-xyz.scm (go-github-com-antihax-optional): New variable. Change-Id: Ieff78f711d339c1a8297bed3ec29b85c9eb994c0
This commit is contained in:
parent
a52b13e167
commit
60d9d03158
1 changed files with 23 additions and 0 deletions
|
@ -907,6 +907,29 @@ JSONMarshal/JSONUnmarshal to store/reload the Bloom filter.")
|
||||||
commands.")
|
commands.")
|
||||||
(license license:expat)))
|
(license license:expat)))
|
||||||
|
|
||||||
|
(define-public go-github-com-antihax-optional
|
||||||
|
(package
|
||||||
|
(name "go-github-com-antihax-optional")
|
||||||
|
(version "1.0.0")
|
||||||
|
(source
|
||||||
|
(origin
|
||||||
|
(method git-fetch)
|
||||||
|
(uri (git-reference
|
||||||
|
(url "https://github.com/antihax/optional")
|
||||||
|
(commit (string-append "v" version))))
|
||||||
|
(file-name (git-file-name name version))
|
||||||
|
(sha256
|
||||||
|
(base32 "1ix08vl49qxr58rc6201cl97g1yznhhkwvqldslawind99js4rj0"))))
|
||||||
|
(build-system go-build-system)
|
||||||
|
(arguments
|
||||||
|
(list
|
||||||
|
#:import-path "github.com/antihax/optional"))
|
||||||
|
(home-page "https://github.com/antihax/optional")
|
||||||
|
(synopsis "Optional parameters for Golang")
|
||||||
|
(description
|
||||||
|
"This package implements optimal parameters for data-types.")
|
||||||
|
(license license:expat)))
|
||||||
|
|
||||||
(define-public go-github-com-arceliar-phony
|
(define-public go-github-com-arceliar-phony
|
||||||
(package
|
(package
|
||||||
(name "go-github-com-arceliar-phony")
|
(name "go-github-com-arceliar-phony")
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue