1
Fork 0
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:
Sharlatan Hellseher 2024-12-15 14:46:25 +00:00
parent 657eee6dc0
commit 57a49ea4f0
No known key found for this signature in database
GPG key ID: 76D727BFF62CD2B5

View file

@ -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