guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

06/09: gnu: qt-4: Use 'modify-phases'.


From: Ludovic Courtès
Subject: 06/09: gnu: qt-4: Use 'modify-phases'.
Date: Tue, 30 Jun 2015 14:07:19 +0000

civodul pushed a commit to branch wip-diet
in repository guix.

commit df7bd61df12a7b0206839bcc62261a5791ec45d5
Author: Ludovic Courtès <address@hidden>
Date:   Sat Jun 27 10:17:27 2015 +0200

    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 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/gnu/packages/qt.scm b/gnu/packages/qt.scm
index 1cf72e1..e4cdcc8 100644
--- a/gnu/packages/qt.scm
+++ b/gnu/packages/qt.scm
@@ -251,7 +251,8 @@ developers using C++ or QML, a CSS & JavaScript like 
language.")
                "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 @@ developers using C++ or QML, a CSS & JavaScript like 
language.")
                       "-no-sse4.1"
                       "-no-sse4.2"
                       "-no-avx"
-                      "-no-neon"))))
-          %standard-phases)))))
+                      "-no-neon"))))))))))
 
 (define-public python-sip
   (package



reply via email to

[Prev in Thread] Current Thread [Next in Thread]