diff options
author | Sharlatan Hellseher <sharlatanus@gmail.com> | 2024-12-15 14:46:25 +0000 |
---|---|---|
committer | Sharlatan Hellseher <sharlatanus@gmail.com> | 2025-01-21 23:42:00 +0000 |
commit | 57a49ea4f065a03556a1d2ba83c6e418caad9ac7 (patch) | |
tree | 93ead2671642c9d000f1d5fe439fdb9487d2f57e | |
parent | 657eee6dc0830f1ec2ed6605dbfee33abb79eed4 (diff) |
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
-rw-r--r-- | gnu/packages/golang-xyz.scm | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/gnu/packages/golang-xyz.scm b/gnu/packages/golang-xyz.scm index 8336ee2af7..096eb4b4b1 100644 --- a/gnu/packages/golang-xyz.scm +++ b/gnu/packages/golang-xyz.scm @@ -3025,6 +3025,8 @@ implementation of http://docopt.org/.") (arguments (list #:import-path "github.com/dsnet/golib")) + (propagated-inputs + (list go-github-com-google-go-cmp)) (home-page "https://github.com/dsnet/golib") (synopsis "Collection of helper libraries for Golang") (description |