guix-commits
[Top][All Lists]
Advanced

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

02/05: gnu: libtoxcore: Remove custom bootstrap phase.


From: Ricardo Wurmus
Subject: 02/05: gnu: libtoxcore: Remove custom bootstrap phase.
Date: Sun, 11 Nov 2018 05:37:27 -0500 (EST)

rekado pushed a commit to branch master
in repository guix.

commit fab455840ea883237d2715bde313e07558f4bfba
Author: Ricardo Wurmus <address@hidden>
Date:   Sun Nov 11 11:33:39 2018 +0100

    gnu: libtoxcore: Remove custom bootstrap phase.
    
    * gnu/packages/messaging.scm (libtoxcore)[arguments]: Remove autoconf phase.
---
 gnu/packages/messaging.scm | 8 +-------
 1 file changed, 1 insertion(+), 7 deletions(-)

diff --git a/gnu/packages/messaging.scm b/gnu/packages/messaging.scm
index de33d73..1a7560b 100644
--- a/gnu/packages/messaging.scm
+++ b/gnu/packages/messaging.scm
@@ -855,13 +855,7 @@ protocols.")
        `(("libsodium" ,libsodium)
          ("opus" ,opus)
          ("libvpx" ,libvpx)))
-      (arguments
-       `(#:phases
-         (modify-phases %standard-phases
-           (add-after 'unpack 'autoconf
-             (lambda _
-               (zero? (system* "autoreconf" "-vfi")))))
-         #:tests? #f)) ; FIXME: Testsuite fails, reasons unspecific.
+      (arguments `(#:tests? #f)) ; FIXME: Testsuite fails, reasons unspecific.
       (synopsis "Library for the Tox encrypted messenger protocol")
       (description
        "C library implementation of the Tox encrypted messenger protocol.")



reply via email to

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