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

View file

@ -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