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:
parent
54ac5c108b
commit
60469b0116
1 changed files with 3 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue