sharlatan pushed a commit to branch go-team
in repository guix.

commit caa67107421712c1665911064af4688f8f35cfeb
Author: Sharlatan Hellseher <[email protected]>
AuthorDate: Sun Nov 24 12:15:43 2024 +0000

    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
---
 gnu/packages/golang.scm | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/gnu/packages/golang.scm b/gnu/packages/golang.scm
index 6b9ac4e4ff..85c062656b 100644
--- a/gnu/packages/golang.scm
+++ b/gnu/packages/golang.scm
@@ -5473,9 +5473,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

Reply via email to