From 4a1114d780490cf040606313643a56589eb46535 Mon Sep 17 00:00:00 2001 From: Sharlatan Hellseher Date: Sat, 11 Jan 2025 13:46:10 +0000 Subject: [PATCH] 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 @@ (define-public go-github-com-go-ini-ini (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")