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.
This commit is contained in:
parent
147c6b391b
commit
bfeda42146
|
@ -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)
|
||||
|
|
Loading…
Reference in New Issue