mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-01-19 05:57:04 +01: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:
parent
10bca6cf10
commit
4a1114d780
1 changed files with 1 additions and 1 deletions
|
@ -5464,7 +5464,7 @@ (define-public go-github-com-go-ini-ini
|
||||||
(build-system go-build-system)
|
(build-system go-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
(list #:import-path "github.com/go-ini/ini"))
|
(list #:import-path "github.com/go-ini/ini"))
|
||||||
(propagated-inputs
|
(native-inputs
|
||||||
(list go-github-com-stretchr-testify))
|
(list go-github-com-stretchr-testify))
|
||||||
(home-page "https://gopkg.in/ini.v1")
|
(home-page "https://gopkg.in/ini.v1")
|
||||||
(synopsis "INI file read and write functionality in Go")
|
(synopsis "INI file read and write functionality in Go")
|
||||||
|
|
Loading…
Reference in a new issue