guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

01/01: gnu: ninja: Patch /bin/echo in the correct file.


From: Marius Bakke
Subject: 01/01: gnu: ninja: Patch /bin/echo in the correct file.
Date: Mon, 26 Feb 2018 15:01:01 -0500 (EST)

mbakke pushed a commit to branch staging
in repository guix.

commit 6d796220c417a34100c282a7fa1f9afb6ac00339
Author: Marius Bakke <address@hidden>
Date:   Mon Feb 26 20:58:14 2018 +0100

    gnu: ninja: Patch /bin/echo in the correct file.
    
    This is a follow-up to commit d0de4c40e24ee52e4382ee2ac82088932ab49099.
    
    * gnu/packages/ninja.scm (ninja)[arguments]: Adjust substitution.
---
 gnu/packages/ninja.scm | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/gnu/packages/ninja.scm b/gnu/packages/ninja.scm
index 779b6ab..5a168a6 100644
--- a/gnu/packages/ninja.scm
+++ b/gnu/packages/ninja.scm
@@ -47,8 +47,9 @@
          (replace 'configure
            (lambda _
              (substitute* "src/subprocess-posix.cc"
-               (("/bin/echo") (which "echo"))
                (("/bin/sh") (which "sh")))
+             (substitute* "src/subprocess_test.cc"
+               (("/bin/echo") (which "echo")))
              #t))
          (replace 'build
            (lambda _



reply via email to

[Prev in Thread] Current Thread [Next in Thread]