GNU bug report logs -
#77873
[PATCH] gnu: git-repo: Update to 2.54.
Previous Next
Full log
Message #25 received at 77873-done <at> debbugs.gnu.org (full text, mbox):
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.