diff options
Diffstat (limited to 'gnu/packages/version-control.scm')
| -rw-r--r-- | gnu/packages/version-control.scm | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/gnu/packages/version-control.scm b/gnu/packages/version-control.scm index b54e296bcc3..f5db84f16c3 100644 --- a/gnu/packages/version-control.scm +++ b/gnu/packages/version-control.scm | |||
| @@ -3953,11 +3953,6 @@ matching.") | |||
| 3953 | #:test-flags #~(list "-skip" "TestHistoryRewriterUpdatesRefs") | 3953 | #:test-flags #~(list "-skip" "TestHistoryRewriterUpdatesRefs") |
| 3954 | #:phases | 3954 | #:phases |
| 3955 | #~(modify-phases %standard-phases | 3955 | #~(modify-phases %standard-phases |
| 3956 | (add-after 'unpack 'patch-/bin/sh | ||
| 3957 | (lambda* (#:key inputs #:allow-other-keys) | ||
| 3958 | (substitute* "src/github.com/git-lfs/git-lfs/v3/lfs/hook.go" | ||
| 3959 | (("/bin/sh") | ||
| 3960 | (search-input-file inputs "bin/sh"))))) | ||
| 3961 | ;; Only build the man pages if ruby-asciidoctor is available. | 3956 | ;; Only build the man pages if ruby-asciidoctor is available. |
| 3962 | #$@(if (this-package-native-input "ruby-asciidoctor") | 3957 | #$@(if (this-package-native-input "ruby-asciidoctor") |
| 3963 | #~((add-before 'build 'man-gen | 3958 | #~((add-before 'build 'man-gen |
