GNU bug report logs - #77873
[PATCH] gnu: git-repo: Update to 2.54.

Previous Next

Package: guix-patches;

Reported by: Jakob Kirsch <jakob.kirsch <at> web.de>

Date: Thu, 17 Apr 2025 19:52:04 UTC

Severity: normal

Tags: patch

Done: Maxim Cournoyer <maxim.cournoyer <at> gmail.com>

Full log


Message #25 received at 77873-done <at> debbugs.gnu.org (full text, mbox):

From: Maxim Cournoyer <maxim.cournoyer <at> gmail.com>
To: Jakob Kirsch <jakob.kirsch <at> web.de>
Cc: 77873-done <at> debbugs.gnu.org
Subject: Re: bug#77873: [PATCH] gnu: git-repo: Update to 2.54.
Date: Tue, 27 May 2025 09:13:06 +0900
Hi!

Nevermind my previous comment, it seems you already took care of doing
that.  Great :-).

I've just made these light touch ups:

--8<---------------cut here---------------start------------->8---
modified   gnu/packages/android.scm
@@ -944,7 +944,7 @@ (define-public git-repo
       #:phases
       #~(modify-phases %standard-phases
           (add-before 'build 'set-executable-paths
-            (lambda* (#:key inputs outputs #:allow-other-keys)
+            (lambda* (#:key inputs #:allow-other-keys)
               (substitute* '("repo" "git_command.py")
                 (("^GIT = 'git'")
                  (string-append "GIT = '"
@@ -954,7 +954,7 @@ (define-public git-repo
                  (string-append " command_base = ['"
                                 (search-input-file inputs "/bin/ssh") ",")))))
           (replace 'install
-            (lambda* (#:key outputs #:allow-other-keys)
+            (lambda _
               (let* ((bin-dir (string-append #$output "/bin"))
                      (repo-dir (string-append #$output "/share/git-repo")))
                 (mkdir-p bin-dir)
--8<---------------cut here---------------end--------------->8---

And pushed; closing!

-- 
Thanks,
Maxim




This bug report was last modified 20 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.