guix-commits
[Top][All Lists]
Advanced

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

01/02: gnu: ir: Use ‘modify-phases’ syntax.


From: Tobias Geerinckx-Rice
Subject: 01/02: gnu: ir: Use ‘modify-phases’ syntax.
Date: Thu, 24 Nov 2016 05:35:22 +0000 (UTC)

nckx pushed a commit to branch master
in repository guix.

commit 2df984f2787917168afc3eda92817c77dec5bddc
Author: Tobias Geerinckx-Rice <address@hidden>
Date:   Thu Nov 24 06:29:31 2016 +0100

    gnu: ir: Use ‘modify-phases’ syntax.
    
    * gnu/packages/audio.scm (ir)[arguments]: Use ‘modify-phases’.
---
 gnu/packages/audio.scm |    8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/gnu/packages/audio.scm b/gnu/packages/audio.scm
index 492f716..2ecc9a5 100644
--- a/gnu/packages/audio.scm
+++ b/gnu/packages/audio.scm
@@ -8,6 +8,7 @@
 ;;; Copyright © 2016 Alex Griffin <address@hidden>
 ;;; Copyright © 2016 ng0 <address@hidden>
 ;;; Copyright © 2016 Lukas Gradl <address@hidden>
+;;; Copyright © 2016 Tobias Geerinckx-Rice <address@hidden>
 ;;;
 ;;; This file is part of GNU Guix.
 ;;;
@@ -1185,11 +1186,10 @@ well suited to all musical instruments and vocals.")
                "1jh2z01l9m4ar7yz0n911df07dygc7n4cl59p7qdjbh0nvkm747g"))))
     (build-system gnu-build-system)
     (arguments
-     `(#:tests? #f ;no "check" target
+     `(#:tests? #f                              ; no tests
        #:make-flags (list (string-append "PREFIX=" (assoc-ref %outputs "out")))
-       #:phases
-       ;; no configure script
-       (alist-delete 'configure %standard-phases)))
+       #:phases (modify-phases %standard-phases
+                  (delete 'configure))))        ; no configure script
     (inputs
      `(("libsndfile" ,libsndfile)
        ("libsamplerate" ,libsamplerate)



reply via email to

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