guix-commits
[Top][All Lists]
Advanced

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

03/11: gnu: gegl: Don't replace 'sh' reference with 'bash'.


From: Leo Famulari
Subject: 03/11: gnu: gegl: Don't replace 'sh' reference with 'bash'.
Date: Mon, 23 Jan 2017 22:25:21 +0000 (UTC)

lfam pushed a commit to branch master
in repository guix.

commit bfeda421464d79462775346c45c4d09751d844f7
Author: Leo Famulari <address@hidden>
Date:   Mon Jan 23 16:13:38 2017 -0500

    gnu: gegl: Don't replace 'sh' reference with 'bash'.
    
    * gnu/packages/gimp.scm (gegl)[arguments]: Use (which "sh") instead of
    (which "bash") in 'pre-build' phase.
---
 gnu/packages/gimp.scm |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gnu/packages/gimp.scm b/gnu/packages/gimp.scm
index 904d7d9..15eb5bc 100644
--- a/gnu/packages/gimp.scm
+++ b/gnu/packages/gimp.scm
@@ -101,7 +101,7 @@ provided as well as the framework to add new color models 
and data types.")
             (("g_object_unref \\(buffer.\\);") ""))
 
           (substitute* "tests/compositions/Makefile"
-            (("/bin/sh") (which "bash"))))
+            (("/bin/sh") (which "sh"))))
         %standard-phases)))
     (inputs
      `(("babl" ,babl)



reply via email to

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