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:
@@ -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 _
|
||||
|
||||
Reference in New Issue
Block a user