From f8d1df5f985d9e38a9fd7ff3100cd52b997342a0 Mon Sep 17 00:00:00 2001 From: Troy Figiel Date: Sat, 10 Feb 2024 19:34:42 +0100 Subject: gnu: go-gotest-tools-assert: Add missing inputs. * gnu/packages/golang.scm (go-gotest-tools-assert): Add missing inputs. [native-inputs]: Move go-github-com-google-go-cmp-cmp and go-github-com-pkg-errors from here ... [propagated-inputs]: ... to here. Add go-github-com-spf13-pflag and go-golang-org-x-tools. Signed-off-by: Sharlatan Hellseher Change-Id: I8b9e1dd43ce3a0866ccc2cddd6b14cf1ecd06a50 --- gnu/packages/golang.scm | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) (limited to 'gnu') diff --git a/gnu/packages/golang.scm b/gnu/packages/golang.scm index 56088395ed..1fa3694524 100644 --- a/gnu/packages/golang.scm +++ b/gnu/packages/golang.scm @@ -6884,10 +6884,11 @@ gotest-tools."))) `(#:tests? #f ; Test failure concerning message formatting (FIXME) #:import-path "gotest.tools/assert" #:unpack-path "gotest.tools")) - ;(propagated-inputs - ; `(("go-gotest-tools-internal-format" ,go-gotest-tools-internal-format))) - (native-inputs - (list go-github-com-pkg-errors go-github-com-google-go-cmp-cmp)) + (propagated-inputs + (list go-github-com-google-go-cmp-cmp + go-github-com-pkg-errors + go-github-com-spf13-pflag + go-golang-org-x-tools)) (synopsis "Compare values and fail a test when a comparison fails") (description "This package provides a way to compare values and fail a test when a comparison fails.") -- cgit v1.2.3