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

commit 70a4417701a1a27d4fe69ecde90c2baa7be837f8
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 6c87d7528c..64b1903456 100644
--- a/gnu/packages/golang.scm
+++ b/gnu/packages/golang.scm
@@ -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

Reply via email to