gnu: efl: Use 'modify-phases'.
* gnu/packages/enlightenment.scm (efl)[arguments]: Use 'modify-phases'.
This commit is contained in:
parent
ebb365ed57
commit
cff826ba05
|
@ -116,12 +116,11 @@
|
||||||
(arguments
|
(arguments
|
||||||
`(#:configure-flags '("--disable-silent-rules")
|
`(#:configure-flags '("--disable-silent-rules")
|
||||||
#:phases
|
#:phases
|
||||||
(alist-cons-before
|
(modify-phases %standard-phases
|
||||||
'configure 'patch-config-files
|
(add-before 'configure 'patch-config-files
|
||||||
(lambda _
|
(lambda _
|
||||||
(substitute* "po/Makefile.in.in"
|
(substitute* "po/Makefile.in.in"
|
||||||
(("/bin/sh") (which "bash"))))
|
(("/bin/sh") (which "bash"))))))))
|
||||||
%standard-phases)))
|
|
||||||
(home-page "http://www.enlightenment.org")
|
(home-page "http://www.enlightenment.org")
|
||||||
(synopsis "Enlightenment Foundation Libraries")
|
(synopsis "Enlightenment Foundation Libraries")
|
||||||
(description
|
(description
|
||||||
|
|
Loading…
Reference in New Issue