1
0
mirror of https://git.savannah.gnu.org/git/guix.git synced 2026-04-20 17:20:32 +02:00

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:
Marius Bakke
2018-02-26 19:57:53 +01:00
parent 5697897537
commit d0de4c40e2

View File

@@ -47,6 +47,7 @@
(replace 'configure
(lambda _
(substitute* "src/subprocess-posix.cc"
(("/bin/echo") (which "echo"))
(("/bin/sh") (which "sh")))
#t))
(replace 'build