unofficial mirror of guix-patches@gnu.org 
 help / color / mirror / code / Atom feed
From: Zheng Junjie <zhengjunjie@iscas.ac.cn>
To: 74591@debbugs.gnu.org
Cc: 74591-done@debbugs.gnu.org, Nicolas Graves <ngraves@ngraves.fr>
Subject: [bug#74591] [PATCH] gnu: b4: Fix git binary access.
Date: Sun, 01 Dec 2024 16:06:36 +0800	[thread overview]
Message-ID: <87bjxvq12r.fsf@iscas.ac.cn> (raw)
In-Reply-To: <20241128133849.14091-1-ngraves@ngraves.fr> (Nicolas Graves via Guix-patches via's message of "Thu, 28 Nov 2024 14:38:46 +0100")

[-- Attachment #1: Type: text/plain, Size: 992 bytes --]

Nicolas Graves via Guix-patches via <guix-patches@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.

[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 832 bytes --]

      reply	other threads:[~2024-12-01  8:07 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2024-11-28 13:38 [bug#74591] [PATCH] gnu: b4: Fix git binary access Nicolas Graves via Guix-patches via
2024-12-01  8:06 ` Zheng Junjie [this message]

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

  List information: https://guix.gnu.org/

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=87bjxvq12r.fsf@iscas.ac.cn \
    --to=zhengjunjie@iscas.ac.cn \
    --cc=74591-done@debbugs.gnu.org \
    --cc=74591@debbugs.gnu.org \
    --cc=ngraves@ngraves.fr \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/guix.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).