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:
parent
d0de4c40e2
commit
6d796220c4
1 changed files with 2 additions and 1 deletions
|
@ -47,8 +47,9 @@ (define-public ninja
|
|||
(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 _
|
||||
|
|
Loading…
Reference in a new issue