summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSharlatan Hellseher <sharlatanus@gmail.com>2025-01-11 13:46:10 +0000
committerSharlatan Hellseher <sharlatanus@gmail.com>2025-01-21 23:47:57 +0000
commitfc831d6bec6f7dcca8f921c4cf7c7be9378f5d69 (patch)
tree3d527c195cafe3aa98707158530041f86fd409be
parenta242505baa4e8e236270ac99c0b39c66622697d3 (diff)
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
-rw-r--r--gnu/packages/golang-xyz.scm2
1 files changed, 1 insertions, 1 deletions
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")