guix-commits
[Top][All Lists]
Advanced

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

19/22: gnu: libiax2: Remove custom bootstrap phase.


From: Ricardo Wurmus
Subject: 19/22: gnu: libiax2: Remove custom bootstrap phase.
Date: Sun, 11 Nov 2018 07:11:55 -0500 (EST)

rekado pushed a commit to branch master
in repository guix.

commit 5a103bb84ecc1ddc221bdcdba4f3cdf79117a2f0
Author: Ricardo Wurmus <address@hidden>
Date:   Sun Nov 11 13:04:08 2018 +0100

    gnu: libiax2: Remove custom bootstrap phase.
    
    * gnu/packages/telephony.scm (libiax2)[arguments]: Remove.
---
 gnu/packages/telephony.scm | 7 +------
 1 file changed, 1 insertion(+), 6 deletions(-)

diff --git a/gnu/packages/telephony.scm b/gnu/packages/telephony.scm
index 05916cd..15c07be 100644
--- a/gnu/packages/telephony.scm
+++ b/gnu/packages/telephony.scm
@@ -6,7 +6,7 @@
 ;;; Copyright © 2016 Lukas Gradl <address@hidden>
 ;;; Copyright © 2016 Francesco Frassinelli <address@hidden>
 ;;; Copyright © 2016, 2017 Nils Gillmann <address@hidden>
-;;; Copyright © 2017 Ricardo Wurmus <address@hidden>
+;;; Copyright © 2017, 2018 Ricardo Wurmus <address@hidden>
 ;;; Copyright © 2017, 2018 Tobias Geerinckx-Rice <address@hidden>
 ;;; Copyright © 2018 Jovany Leandro G.C <address@hidden>
 ;;;
@@ -310,11 +310,6 @@ protocol (RFC 3550).")
        `(("autoconf" ,autoconf)
          ("automake" ,automake)
          ("libtool" ,libtool)))
-      (arguments
-       `(#:phases (modify-phases %standard-phases
-                    (add-after 'unpack 'autoconf
-                      (lambda _
-                        (invoke "autoreconf" "-vfi"))))))
       (home-page "https://gitlab.savoirfairelinux.com/sflphone/libiax2";)
       (synopsis "Inter-Asterisk-Protocol library")
       (description "LibIAX2 implements the Inter-Asterisk-Protocol for relaying



reply via email to

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