gnu: go-github-com-mattn-go-shellwords: Enable tests.
* gnu/packages/golang.scm (go-github-com-mattn-go-shellwords) [arguments] <#:tests?>: Enable tests. Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com> Change-Id: Ib306e412e28ad7c2d005b6662e23a20afcaeaf40master
parent
839039c0b5
commit
7e773e8f05
|
@ -6073,7 +6073,6 @@ exploration and data entry.")
|
|||
(build-system go-build-system)
|
||||
(arguments
|
||||
`(#:import-path "github.com/mattn/go-shellwords"
|
||||
#:tests? #f
|
||||
#:phases
|
||||
(modify-phases %standard-phases
|
||||
(add-after 'unpack 'patch-sh-path
|
||||
|
|
Reference in New Issue