me
/
guix
Archived
1
0
Fork 0

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
Marius Bakke 2018-02-26 19:57:53 +01:00
parent 5697897537
commit d0de4c40e2
No known key found for this signature in database
GPG Key ID: A2A06DF2A33A54FA
1 changed files with 1 additions and 0 deletions

View File

@ -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