diff options
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 |