GNU bug report logs -
#74591
[PATCH] gnu: b4: Fix git binary access.
Previous Next
Reported by: Nicolas Graves <ngraves <at> ngraves.fr>
Date: Thu, 28 Nov 2024 13:40:01 UTC
Severity: normal
Tags: patch
Done: Zheng Junjie <zhengjunjie <at> iscas.ac.cn>
Bug is archived. No further changes may be made.
Full log
View this message in rfc822 format
[Message part 1 (text/plain, inline)]
Your bug report
#74591: [PATCH] gnu: b4: Fix git binary access.
which was filed against the guix-patches package, has been closed.
The explanation is attached below, along with your original report.
If you require more details, please reply to 74591 <at> debbugs.gnu.org.
--
74591: https://debbugs.gnu.org/cgi/bugreport.cgi?bug=74591
GNU Bug Tracking System
Contact help-debbugs <at> gnu.org with problems
[Message part 2 (message/rfc822, inline)]
[Message part 3 (text/plain, inline)]
Nicolas Graves via Guix-patches via <guix-patches <at> gnu.org> writes:
> * gnu/packages/version-control.scm (b4)[arguments]<#:phases>: Fix
> phase 'hardcode-git-bin.
> ---
> gnu/packages/version-control.scm | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/gnu/packages/version-control.scm b/gnu/packages/version-control.scm
> index c892a83a98..24dc7bf107 100644
> --- a/gnu/packages/version-control.scm
> +++ b/gnu/packages/version-control.scm
> @@ -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") "'"))))))))
pushed, closing.
[signature.asc (application/pgp-signature, inline)]
[Message part 5 (message/rfc822, inline)]
* gnu/packages/version-control.scm (b4)[arguments]<#:phases>: Fix
phase 'hardcode-git-bin.
---
gnu/packages/version-control.scm | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/gnu/packages/version-control.scm b/gnu/packages/version-control.scm
index c892a83a98..24dc7bf107 100644
--- a/gnu/packages/version-control.scm
+++ b/gnu/packages/version-control.scm
@@ -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") "'"))))))))
--
2.46.0
This bug report was last modified 173 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.