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.master
parent
5697897537
commit
d0de4c40e2
|
@ -47,6 +47,7 @@
|
||||||
(replace 'configure
|
(replace 'configure
|
||||||
(lambda _
|
(lambda _
|
||||||
(substitute* "src/subprocess-posix.cc"
|
(substitute* "src/subprocess-posix.cc"
|
||||||
|
(("/bin/echo") (which "echo"))
|
||||||
(("/bin/sh") (which "sh")))
|
(("/bin/sh") (which "sh")))
|
||||||
#t))
|
#t))
|
||||||
(replace 'build
|
(replace 'build
|
||||||
|
|
Reference in New Issue