guix-commits
[Top][All Lists]
Advanced

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

01/02: gnu: pd: Remove custom autoconf phase.


From: Ricardo Wurmus
Subject: 01/02: gnu: pd: Remove custom autoconf phase.
Date: Thu, 8 Nov 2018 04:17:46 -0500 (EST)

rekado pushed a commit to branch master
in repository guix.

commit 9ab90ead36af854950c420b53ee9202d802da09d
Author: Ricardo Wurmus <address@hidden>
Date:   Thu Nov 8 10:14:08 2018 +0100

    gnu: pd: Remove custom autoconf phase.
    
    * gnu/packages/music.scm (pd)[arguments]: Remove custom autoconf phase.
---
 gnu/packages/music.scm | 4 +---
 1 file changed, 1 insertion(+), 3 deletions(-)

diff --git a/gnu/packages/music.scm b/gnu/packages/music.scm
index fe4d9df..ad6ace1 100644
--- a/gnu/packages/music.scm
+++ b/gnu/packages/music.scm
@@ -1748,9 +1748,7 @@ export.")
            (lambda _
              (substitute* "tcl/pd-gui.tcl"
                (("exec wish ") (string-append "exec " (which "wish8.6") " ")))
-             #t))
-         (add-after 'unpack 'autoconf
-           (lambda _ (zero? (system* "bash" "./autogen.sh")))))))
+             #t)))))
     (native-inputs
      `(("autoconf" ,autoconf)
        ("automake" ,automake)



reply via email to

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