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:
Sharlatan Hellseher 2024-11-24 12:15:43 +00:00
parent 260362f5c8
commit 0156cbb987
No known key found for this signature in database
GPG key ID: 76D727BFF62CD2B5

View file

@ -5455,10 +5455,9 @@ matching and globbing with support for \"doublestar\" patterns.")
(sha256
(base32 "09ma8a9rhs8dg527vjhdf3lsb6lajaq193m6ksssm2k3qajhpi94"))))
(arguments
(list
#:tests? #f ; tests have more broken parts
#:unpack-path "github.com/bmatcuk/doublestar/v2"
#:import-path "github.com/bmatcuk/doublestar/v2"))))
(substitute-keyword-arguments
(package-arguments go-github-com-bmatcuk-doublestar)
((#:import-path _) "github.com/bmatcuk/doublestar/v2")))))
(define-public go-github-com-bmatcuk-doublestar-v3
(package