mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: go-github-com-bmatcuk-doublestar-v2: Enable tests.
* gnu/packages/golang.scm (go-github-com-bmatcuk-doublestar-v2) [arguments]: Preserve most of them, enable tests. Change-Id: If288c91dff37241cf0c96b7322d746dad124b884
This commit is contained in:
parent
260362f5c8
commit
0156cbb987
1 changed files with 3 additions and 4 deletions
|
@ -5455,10 +5455,9 @@ matching and globbing with support for \"doublestar\" patterns.")
|
||||||
(sha256
|
(sha256
|
||||||
(base32 "09ma8a9rhs8dg527vjhdf3lsb6lajaq193m6ksssm2k3qajhpi94"))))
|
(base32 "09ma8a9rhs8dg527vjhdf3lsb6lajaq193m6ksssm2k3qajhpi94"))))
|
||||||
(arguments
|
(arguments
|
||||||
(list
|
(substitute-keyword-arguments
|
||||||
#:tests? #f ; tests have more broken parts
|
(package-arguments go-github-com-bmatcuk-doublestar)
|
||||||
#:unpack-path "github.com/bmatcuk/doublestar/v2"
|
((#:import-path _) "github.com/bmatcuk/doublestar/v2")))))
|
||||||
#:import-path "github.com/bmatcuk/doublestar/v2"))))
|
|
||||||
|
|
||||||
(define-public go-github-com-bmatcuk-doublestar-v3
|
(define-public go-github-com-bmatcuk-doublestar-v3
|
||||||
(package
|
(package
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue