mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-11 21:59:08 -05: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:
parent
5697897537
commit
d0de4c40e2
1 changed files with 1 additions and 0 deletions
|
@ -47,6 +47,7 @@ (define-public ninja
|
|||
(replace 'configure
|
||||
(lambda _
|
||||
(substitute* "src/subprocess-posix.cc"
|
||||
(("/bin/echo") (which "echo"))
|
||||
(("/bin/sh") (which "sh")))
|
||||
#t))
|
||||
(replace 'build
|
||||
|
|
Loading…
Reference in a new issue