mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-26 06:18:07 -05:00
gnu: Add go-git-sr-ht-emersion-go-scfg.
* gnu/packages/golang.scm (go-git-sr-ht-emersion-go-scfg): New variable. Signed-off-by: Maxim Cournoyer <maxim.cournoyer@gmail.com>
This commit is contained in:
parent
4a47fcbdb4
commit
ddc59a63b7
1 changed files with 23 additions and 0 deletions
|
@ -9962,6 +9962,29 @@ (define-public go-sigs-k8s-io-yaml
|
|||
@url{https://github.com/ghodss/yaml,ghodss/yaml}.")
|
||||
(license (list license:expat license:bsd-3))))
|
||||
|
||||
(define-public go-git-sr-ht-emersion-go-scfg
|
||||
(package
|
||||
(name "go-git-sr-ht-emersion-go-scfg")
|
||||
(version "0.0.0-20211215104734-c2c7a15d6c99")
|
||||
(source
|
||||
(origin
|
||||
(method git-fetch)
|
||||
(uri (git-reference
|
||||
(url "https://git.sr.ht/~emersion/go-scfg")
|
||||
(commit (go-version->git-ref version))))
|
||||
(file-name (git-file-name name version))
|
||||
(sha256
|
||||
(base32 "02gn8hz8zfv8y0krysx2wv951gw8hmhdfqf1ysidwm7i293365w4"))))
|
||||
(build-system go-build-system)
|
||||
(arguments (list #:import-path "git.sr.ht/~emersion/go-scfg"))
|
||||
(propagated-inputs
|
||||
(list go-github-com-google-shlex
|
||||
go-github-com-davecgh-go-spew))
|
||||
(home-page "https://git.sr.ht/~emersion/go-scfg")
|
||||
(synopsis "Go library for simple configuration file format")
|
||||
(description "Package go-scfg parses scfg files.")
|
||||
(license license:expat)))
|
||||
|
||||
(define-public go-github-com-google-go-jsonnet
|
||||
(package
|
||||
(name "go-github-com-google-go-jsonnet")
|
||||
|
|
Loading…
Reference in a new issue