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
This commit is contained in:
Sharlatan Hellseher 2025-01-11 13:46:10 +00:00
parent 10bca6cf10
commit 4a1114d780
No known key found for this signature in database
GPG key ID: 76D727BFF62CD2B5

View file

@ -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")