mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2026-04-28 05:00:29 +02: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:
committed by
Zheng Junjie
parent
db8a0b480a
commit
2dc38e493b
@@ -3239,7 +3239,7 @@ email header.")
|
||||
;; 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") "'"))))))))
|
||||
|
||||
Reference in New Issue
Block a user