mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-01-19 05:57:04 +01:00
gnu: b4: Fix git binary access.
* gnu/packages/version-control.scm (b4)[arguments]<#:phases>: Fix phase 'hardcode-git-bin. Signed-off-by: Zheng Junjie <zhengjunjie@iscas.ac.cn>
This commit is contained in:
parent
db8a0b480a
commit
2dc38e493b
1 changed files with 1 additions and 1 deletions
|
@ -3239,7 +3239,7 @@ (define-public b4
|
|||
;; This ensures git is present when called.
|
||||
(add-after 'unpack 'hardcode-git-bin
|
||||
(lambda* (#:key inputs #:allow-other-keys)
|
||||
(substitute* (find-files "b4" "\\.py$")
|
||||
(substitute* (find-files "src/b4" "\\.py$")
|
||||
(("\\['git'")
|
||||
(string-append
|
||||
"['" (search-input-file inputs "bin/git") "'"))))))))
|
||||
|
|
Loading…
Reference in a new issue