mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-07 15:36:20 -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
|
||||
`(#:configure-flags '("--disable-silent-rules")
|
||||
#:phases
|
||||
(alist-cons-before
|
||||
'configure 'patch-config-files
|
||||
(lambda _
|
||||
(substitute* "po/Makefile.in.in"
|
||||
(("/bin/sh") (which "bash"))))
|
||||
%standard-phases)))
|
||||
(modify-phases %standard-phases
|
||||
(add-before 'configure 'patch-config-files
|
||||
(lambda _
|
||||
(substitute* "po/Makefile.in.in"
|
||||
(("/bin/sh") (which "bash"))))))))
|
||||
(home-page "http://www.enlightenment.org")
|
||||
(synopsis "Enlightenment Foundation Libraries")
|
||||
(description
|
||||
|
|
Loading…
Reference in a new issue