guix-commits
[Top][All Lists]
Advanced

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

05/10: gnu: opendht: Remove custom bootstrap phase.


From: Ricardo Wurmus
Subject: 05/10: gnu: opendht: Remove custom bootstrap phase.
Date: Sun, 11 Nov 2018 05:24:22 -0500 (EST)

rekado pushed a commit to branch master
in repository guix.

commit 5ad728e04c652d157039128ac7fc510a8530076c
Author: Ricardo Wurmus <address@hidden>
Date:   Sun Nov 11 10:21:02 2018 +0100

    gnu: opendht: Remove custom bootstrap phase.
    
    * gnu/packages/crypto.scm (opendht)[arguments]: Remove autoconf phase.
---
 gnu/packages/crypto.scm | 6 +-----
 1 file changed, 1 insertion(+), 5 deletions(-)

diff --git a/gnu/packages/crypto.scm b/gnu/packages/crypto.scm
index 393d8f8..e8062f0 100644
--- a/gnu/packages/crypto.scm
+++ b/gnu/packages/crypto.scm
@@ -203,11 +203,7 @@ OpenBSD tool of the same name.")
        ("automake" ,automake)
        ("libtool" ,libtool)))
     (arguments
-     `(#:configure-flags '("--disable-tools" "--disable-python")
-       #:phases (modify-phases %standard-phases
-                  (add-after 'unpack 'autoconf
-                    (lambda _
-                      (zero? (system* "autoreconf" "-vfi")))))))
+     `(#:configure-flags '("--disable-tools" "--disable-python")))
     (home-page "https://github.com/savoirfairelinux/opendht/";)
     (synopsis "Distributed Hash Table (DHT) library")
     (description "OpenDHT is a Distributed Hash Table (DHT) library.  It may



reply via email to

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