From cba632c4a802fa54d0d3507601d72e93a2e00432 Mon Sep 17 00:00:00 2001 From: Ludovic Courtès Date: Sat, 27 Jun 2015 10:17:27 +0200 Subject: gnu: qt-4: Use 'modify-phases'. * gnu/packages/qt.scm (qt-4)[arguments]: Use 'modify-phases' instead of 'alist-replace'. --- gnu/packages/qt.scm | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/gnu/packages/qt.scm b/gnu/packages/qt.scm index 1cf72e1586..e4cdcc8631 100644 --- a/gnu/packages/qt.scm +++ b/gnu/packages/qt.scm @@ -251,7 +251,8 @@ (define-public qt-4 "doc")) ;280MiB of HTML + code (arguments `(#:phases - (alist-replace + (modify-phases %standard-phases + (replace 'configure (lambda* (#:key outputs #:allow-other-keys) (let ((out (assoc-ref outputs "out")) @@ -287,8 +288,7 @@ (define-public qt-4 "-no-sse4.1" "-no-sse4.2" "-no-avx" - "-no-neon")))) - %standard-phases))))) + "-no-neon")))))))))) (define-public python-sip (package -- cgit v1.2.3