From cff826ba05a418235b5f7fd45371e63e5e482c4d Mon Sep 17 00:00:00 2001 From: Efraim Flashner Date: Mon, 18 Jul 2016 14:40:55 +0300 Subject: gnu: efl: Use 'modify-phases'. * gnu/packages/enlightenment.scm (efl)[arguments]: Use 'modify-phases'. --- gnu/packages/enlightenment.scm | 11 +++++------ 1 file changed, 5 insertions(+), 6 deletions(-) diff --git a/gnu/packages/enlightenment.scm b/gnu/packages/enlightenment.scm index f8117ac46e..a8187f8f85 100644 --- a/gnu/packages/enlightenment.scm +++ b/gnu/packages/enlightenment.scm @@ -116,12 +116,11 @@ (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 -- cgit v1.2.3