From 57a49ea4f065a03556a1d2ba83c6e418caad9ac7 Mon Sep 17 00:00:00 2001 From: Sharlatan Hellseher Date: Sun, 15 Dec 2024 14:46:25 +0000 Subject: [PATCH] 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 --- gnu/packages/golang-xyz.scm | 2 ++ 1 file changed, 2 insertions(+) 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