1
0
mirror of https://git.savannah.gnu.org/git/guix.git synced 2026-05-28 12:01:49 +02:00

gnu: ninja: Patch /bin/echo in the correct file.

This is a follow-up to commit d0de4c40e2.

* gnu/packages/ninja.scm (ninja)[arguments]: Adjust substitution.
This commit is contained in:
Marius Bakke
2018-02-26 20:58:14 +01:00
parent d0de4c40e2
commit 6d796220c4
+2 -1
View File
@@ -47,8 +47,9 @@
(replace 'configure
(lambda _
(substitute* "src/subprocess-posix.cc"
(("/bin/echo") (which "echo"))
(("/bin/sh") (which "sh")))
(substitute* "src/subprocess_test.cc"
(("/bin/echo") (which "echo")))
#t))
(replace 'build
(lambda _