sharlatan pushed a commit to branch go-team
in repository guix.
commit 03f63225dfb394cb678942e82e6f488f03154221
Author: Sharlatan Hellseher <[email protected]>
AuthorDate: Mon Dec 16 04:19:41 2024 +0000
gnu: git-lfs: Fix build.
* gnu/packages/version-control.scm (git-lfs) [arguments]<test-flags>:
Skip one test.
Change-Id: I7f8e100fd6a2690109cb2b75e7395edb9d3a8404
---
gnu/packages/version-control.scm | 1 +
1 file changed, 1 insertion(+)
diff --git a/gnu/packages/version-control.scm b/gnu/packages/version-control.scm
index c6d24f5ef9..29ceb56f1f 100644
--- a/gnu/packages/version-control.scm
+++ b/gnu/packages/version-control.scm
@@ -3813,6 +3813,7 @@ will reconstruct the object along its delta-base chain
and return it.")
#:embed-files #~(list "children" "nodes" "text")
#:import-path "github.com/git-lfs/git-lfs"
#:install-source? #f
+ #:test-flags #~(list "-skip" "TestHistoryRewriterUpdatesRefs")
#:phases
#~(modify-phases %standard-phases
(add-after 'unpack 'patch-/bin/sh