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

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

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

diff --git a/gnu/packages/golang.scm b/gnu/packages/golang.scm
index a431f2db7e..6b9ac4e4ff 100644
--- a/gnu/packages/golang.scm
+++ b/gnu/packages/golang.scm
@@ -5454,10 +5454,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

Reply via email to