sharlatan pushed a commit to branch go-team
in repository guix.
commit 034fae8963e0fccfb08946d7ad1724499319286d
Author: Sharlatan Hellseher <[email protected]>
AuthorDate: Sat Jan 11 13:46:10 2025 +0000
gnu: go-github-com-go-ini-ini: Adjust inputs.
* gnu/packages/golang-xyz.scm (go-github-com-go-ini-ini)
[propagated-inputs]: Remove go-github-com-stretchr-testify.
[native-inputs]: Add go-github-com-stretchr-testify.
Change-Id: Ifef01ad461ae940bec9950380f742feb009ce0f8
---
gnu/packages/golang-xyz.scm | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/gnu/packages/golang-xyz.scm b/gnu/packages/golang-xyz.scm
index 01380e99e0..bd7fb5722e 100644
--- a/gnu/packages/golang-xyz.scm
+++ b/gnu/packages/golang-xyz.scm
@@ -5464,7 +5464,7 @@ operations.")
(build-system go-build-system)
(arguments
(list #:import-path "github.com/go-ini/ini"))
- (propagated-inputs
+ (native-inputs
(list go-github-com-stretchr-testify))
(home-page "https://gopkg.in/ini.v1")
(synopsis "INI file read and write functionality in Go")