mirror of
https://https.git.savannah.gnu.org/git/guix.git/
synced 2025-07-15 19:40:46 +02:00
gnu: go-github-com-dsnet-golib: Adjust inputs.
* gnu/packages/golang-xyz.scm (go-github-com-dsnet-golib) [propagated-inputs]: Add go-github-com-google-go-cmp. Change-Id: I1eabd4242bd34acfbc2d1f0c3517e150da317721
This commit is contained in:
parent
657eee6dc0
commit
57a49ea4f0
1 changed files with 2 additions and 0 deletions
|
@ -3025,6 +3025,8 @@ implementation of http://docopt.org/.")
|
||||||
(arguments
|
(arguments
|
||||||
(list
|
(list
|
||||||
#:import-path "github.com/dsnet/golib"))
|
#:import-path "github.com/dsnet/golib"))
|
||||||
|
(propagated-inputs
|
||||||
|
(list go-github-com-google-go-cmp))
|
||||||
(home-page "https://github.com/dsnet/golib")
|
(home-page "https://github.com/dsnet/golib")
|
||||||
(synopsis "Collection of helper libraries for Golang")
|
(synopsis "Collection of helper libraries for Golang")
|
||||||
(description
|
(description
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue