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