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.
master
Marius Bakke 2018-02-26 20:58:14 +01:00
parent d0de4c40e2
commit 6d796220c4
No known key found for this signature in database
GPG Key ID: A2A06DF2A33A54FA
1 changed files with 2 additions and 1 deletions

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 _