guix-commits
[Top][All Lists]
Advanced

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

01/05: gnu: portaudio: Remove custom bootstrap phase.


From: Ricardo Wurmus
Subject: 01/05: gnu: portaudio: Remove custom bootstrap phase.
Date: Sat, 10 Nov 2018 17:43:01 -0500 (EST)

rekado pushed a commit to branch master
in repository guix.

commit cdb4048d7201e509862b7e2a74e60c1d65a2ba42
Author: Ricardo Wurmus <address@hidden>
Date:   Sat Nov 10 23:34:53 2018 +0100

    gnu: portaudio: Remove custom bootstrap phase.
    
    * gnu/packages/audio.scm (portaudio)[arguments]: Remove autoreconf phase.
---
 gnu/packages/audio.scm | 12 +++---------
 1 file changed, 3 insertions(+), 9 deletions(-)

diff --git a/gnu/packages/audio.scm b/gnu/packages/audio.scm
index 5848411..bf5ee3c 100644
--- a/gnu/packages/audio.scm
+++ b/gnu/packages/audio.scm
@@ -2753,20 +2753,14 @@ portions of LAME.")
      ;; TODO: Add ASIHPI.
      `(("alsa-lib" ,alsa-lib)
        ("jack" ,jack-1)))
+    ;; Autoreconf is necessary because the audacity-compat patch modifies .in
+    ;; files.
     (native-inputs
      `(("autoconf" ,autoconf)
        ("automake" ,automake)
        ("libtool" ,libtool)
        ("pkg-config" ,pkg-config)))
-    (arguments
-     '(#:phases
-       ;; Autoreconf is necessary because the audacity-compat patch modifies
-       ;; .in files.
-       (modify-phases %standard-phases
-         (add-after 'unpack 'autoreconf
-           (lambda _
-             (invoke "autoreconf" "-vif"))))
-       #:tests? #f))                    ;no 'check' target
+    (arguments '(#:tests? #f))                    ;no 'check' target
     (home-page "http://www.portaudio.com/";)
     (synopsis "Audio I/O library")
     (description



reply via email to

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