mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-26 20:49:29 -05:00
Revert "gnu: git-minimal: Patch 'sh' command in git-send-email script."
This reverts commit 5fb5cbb8b4
. This will have
to wait/go to a dedicated branch as it causes all the GTK+ world to be rebuilt...
This commit is contained in:
parent
a08fc6e60a
commit
258aab2c9b
1 changed files with 1 additions and 6 deletions
|
@ -366,12 +366,7 @@ (define PATH-variable-definition
|
|||
(("\\$\\(basename")
|
||||
(string-append "$(" (search-input-file inputs "bin/basename")))
|
||||
(("sed -e")
|
||||
(string-append (search-input-file inputs "bin/sed") " -e")))
|
||||
|
||||
;; git-send-email invokes the editor via 'sh'; patch it.
|
||||
(substitute* "git-send-email.perl"
|
||||
(("'sh'")
|
||||
(format #f "'~a'" (search-input-file inputs "bin/sh"))))))
|
||||
(string-append (search-input-file inputs "bin/sed") " -e")))))
|
||||
(add-after 'configure 'patch-makefiles
|
||||
(lambda _
|
||||
(substitute* "Makefile"
|
||||
|
|
Loading…
Reference in a new issue