~ruther/guix-local

bfeda421464d79462775346c45c4d09751d844f7 — Leo Famulari 9 years ago 147c6b39
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.
1 files changed, 1 insertions(+), 1 deletions(-)

M gnu/packages/gimp.scm
M gnu/packages/gimp.scm => gnu/packages/gimp.scm +1 -1
@@ 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)