mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-24 05:18:07 -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.\\);") ""))
|
||||
|
||||
(substitute* "tests/compositions/Makefile"
|
||||
(("/bin/sh") (which "bash"))))
|
||||
(("/bin/sh") (which "sh"))))
|
||||
%standard-phases)))
|
||||
(inputs
|
||||
`(("babl" ,babl)
|
||||
|
|
Loading…
Reference in a new issue