1
Fork 0
mirror of https://https.git.savannah.gnu.org/git/guix.git/ synced 2025-07-15 19:40:46 +02:00

gnu: go-github-com-spf13-viper: Fix build.

* gnu/packages/golang-xyz.scm (go-github-com-spf13-viper) [arguments]
<test-subdir>: Only run test in project's root.

Change-Id: I85ddafe03ea8af8ba03169a3a3188ac0117045a2
This commit is contained in:
Sharlatan Hellseher 2024-12-23 01:42:17 +00:00
parent 54ac5c108b
commit 60469b0116
No known key found for this signature in database
GPG key ID: 76D727BFF62CD2B5

View file

@ -9464,7 +9464,9 @@ GNU extensions} to the POSIX recommendations for command-line options.")
(build-system go-build-system)
(arguments
(list
#:import-path "github.com/spf13/viper"))
#:import-path "github.com/spf13/viper"
;; Optional modules are not packed.
#:test-subdirs #~(list ".")))
(native-inputs
(list go-github-com-stretchr-testify))
(propagated-inputs