sharlatan pushed a commit to branch go-team
in repository guix.
commit 01835c9b355d1713c2d073ff86b0cd7a8ef32957
Author: Sharlatan Hellseher <[email protected]>
AuthorDate: Sat Sep 14 22:08:06 2024 +0100
gnu: go-github-com-go-git-go-git-fixtures-v4: Keep all phases.
* gnu/packages/golang.scm (go-github-com-go-git-go-git-fixtures-v4): Keep
all phases.
Change-Id: I76e6ef5bc5551612672a2cd13330532928054c1c
---
gnu/packages/golang.scm | 5 +----
1 file changed, 1 insertion(+), 4 deletions(-)
diff --git a/gnu/packages/golang.scm b/gnu/packages/golang.scm
index ba7b05b047..a4b09965da 100644
--- a/gnu/packages/golang.scm
+++ b/gnu/packages/golang.scm
@@ -6216,10 +6216,7 @@ temporal directories.")
(list
;; XXX: panic: runtime error: makeslice: cap out of range
#:tests? (target-64bit?)
- #:import-path "github.com/go-git/go-git-fixtures/v4"
- #:phases
- #~(modify-phases %standard-phases
- (delete 'reset-gzip-timestamps))))
+ #:import-path "github.com/go-git/go-git-fixtures/v4"))
(native-inputs
(list go-github-com-stretchr-testify))
(propagated-inputs