mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-24 21:38:07 -05:00
gnu: efl: Use 'modify-phases'.
* gnu/packages/enlightenment.scm (efl)[arguments]: Use 'modify-phases'.
This commit is contained in:
parent
ebb365ed57
commit
cff826ba05
1 changed files with 5 additions and 6 deletions
|
@ -116,12 +116,11 @@ (define-public efl
|
||||||
(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 a new issue