gnu: ninja: Patch hard-coded /bin/echo reference.
Solves a test failure on systems where open file limits are high enough for this test to run. See <https://bugs.gnu.org/30601>. * gnu/packages/ninja.scm (ninja)[arguments]: Add substitution.
This commit is contained in:
parent
5697897537
commit
d0de4c40e2
|
@ -47,6 +47,7 @@
|
|||
(replace 'configure
|
||||
(lambda _
|
||||
(substitute* "src/subprocess-posix.cc"
|
||||
(("/bin/echo") (which "echo"))
|
||||
(("/bin/sh") (which "sh")))
|
||||
#t))
|
||||
(replace 'build
|
||||
|
|
Loading…
Reference in New Issue