mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-12 06:06:53 -05:00
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
1 changed files with 1 additions and 1 deletions
|
@ -101,7 +101,7 @@ (define-public gegl
|
||||||
(("g_object_unref \\(buffer.\\);") ""))
|
(("g_object_unref \\(buffer.\\);") ""))
|
||||||
|
|
||||||
(substitute* "tests/compositions/Makefile"
|
(substitute* "tests/compositions/Makefile"
|
||||||
(("/bin/sh") (which "bash"))))
|
(("/bin/sh") (which "sh"))))
|
||||||
%standard-phases)))
|
%standard-phases)))
|
||||||
(inputs
|
(inputs
|
||||||
`(("babl" ,babl)
|
`(("babl" ,babl)
|
||||||
|
|
Loading…
Reference in a new issue