mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00: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
|
(sha256
|
||||||
(base32 "011h07mlmscbxxjr3h30fjjb4dw3gb245nzczaq520r112xlidhj"))))
|
(base32 "011h07mlmscbxxjr3h30fjjb4dw3gb245nzczaq520r112xlidhj"))))
|
||||||
(arguments
|
(arguments
|
||||||
(list
|
(substitute-keyword-arguments
|
||||||
#:tests? #f ; tests have more broken parts
|
(package-arguments go-github-com-bmatcuk-doublestar)
|
||||||
#:import-path "github.com/bmatcuk/doublestar/v3"))))
|
((#:import-path _) "github.com/bmatcuk/doublestar/v3")))))
|
||||||
|
|
||||||
(define-public go-github-com-bmatcuk-doublestar-v4
|
(define-public go-github-com-bmatcuk-doublestar-v4
|
||||||
(package
|
(package
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue