1
0
mirror of https://git.savannah.gnu.org/git/guix.git synced 2026-05-14 21:25:55 +02: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:
Maxim Cournoyer
2024-09-14 23:10:02 +09:00
parent a08fc6e60a
commit 258aab2c9b
+1 -6
View File
@@ -366,12 +366,7 @@ Python 3.3 and later, rather than on Python 2.")
(("\\$\\(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"