1
Fork 0
mirror of https://https.git.savannah.gnu.org/git/guix.git/ synced 2025-07-14 02:50:45 +02:00

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 a242505baa
commit fc831d6bec
No known key found for this signature in database
GPG key ID: 76D727BFF62CD2B5

View file

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