mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-01-31 23:06:59 +01:00
gnu: opendht: Remove custom bootstrap phase.
* gnu/packages/crypto.scm (opendht)[arguments]: Remove autoconf phase.
This commit is contained in:
parent
974056c05e
commit
5ad728e04c
1 changed files with 1 additions and 5 deletions
|
@ -203,11 +203,7 @@ (define-public opendht
|
|||
("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
|
||||
|
|
Loading…
Reference in a new issue