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.
master
Leo Famulari 2017-01-23 16:13:38 -05:00
parent 147c6b391b
commit bfeda42146
No known key found for this signature in database
GPG Key ID: 2646FA30BACA7F08
1 changed files with 1 additions and 1 deletions

View File

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