mirror of
https://https.git.savannah.gnu.org/git/guix.git/
synced 2025-07-16 20:10:39 +02:00
gnu: go-github-com-bmatcuk-doublestar-v3: Enable tests.
* gnu/packages/golang.scm (go-github-com-bmatcuk-doublestar-v3) [arguments]: Preserve most of them, enable tests. Change-Id: I86efb276ae968e0f70ae4f1c468abeb5f22c3fc2
This commit is contained in:
parent
0156cbb987
commit
86ddf337af
1 changed files with 3 additions and 3 deletions
|
@ -5474,9 +5474,9 @@ matching and globbing with support for \"doublestar\" patterns.")
|
|||
(sha256
|
||||
(base32 "011h07mlmscbxxjr3h30fjjb4dw3gb245nzczaq520r112xlidhj"))))
|
||||
(arguments
|
||||
(list
|
||||
#:tests? #f ; tests have more broken parts
|
||||
#:import-path "github.com/bmatcuk/doublestar/v3"))))
|
||||
(substitute-keyword-arguments
|
||||
(package-arguments go-github-com-bmatcuk-doublestar)
|
||||
((#:import-path _) "github.com/bmatcuk/doublestar/v3")))))
|
||||
|
||||
(define-public go-github-com-bmatcuk-doublestar-v4
|
||||
(package
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue