diff options
author | Sharlatan Hellseher <sharlatanus@gmail.com> | 2024-09-14 22:08:06 +0100 |
---|---|---|
committer | Sharlatan Hellseher <sharlatanus@gmail.com> | 2024-11-09 21:33:46 +0000 |
commit | 23e8853944d1f2f99b467e523dc9b8c62378bc04 (patch) | |
tree | 153fa2c7b30cb4ccab7edbcc16f9cc9903ff12e8 /gnu/packages/golang.scm | |
parent | 292bb140e57214d1f27076e3483dfeba1f8fdb09 (diff) | |
download | guix-23e8853944d1f2f99b467e523dc9b8c62378bc04.tar.gz guix-23e8853944d1f2f99b467e523dc9b8c62378bc04.zip |
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
Diffstat (limited to 'gnu/packages/golang.scm')
-rw-r--r-- | gnu/packages/golang.scm | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/gnu/packages/golang.scm b/gnu/packages/golang.scm index 82ba7a9330..9fee521134 100644 --- a/gnu/packages/golang.scm +++ b/gnu/packages/golang.scm @@ -6243,10 +6243,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 |