gnu: opendht: Remove custom bootstrap phase.
* gnu/packages/crypto.scm (opendht)[arguments]: Remove autoconf phase.
This commit is contained in:
parent
974056c05e
commit
5ad728e04c
|
@ -203,11 +203,7 @@ OpenBSD tool of the same name.")
|
||||||
("automake" ,automake)
|
("automake" ,automake)
|
||||||
("libtool" ,libtool)))
|
("libtool" ,libtool)))
|
||||||
(arguments
|
(arguments
|
||||||
`(#:configure-flags '("--disable-tools" "--disable-python")
|
`(#:configure-flags '("--disable-tools" "--disable-python")))
|
||||||
#:phases (modify-phases %standard-phases
|
|
||||||
(add-after 'unpack 'autoconf
|
|
||||||
(lambda _
|
|
||||||
(zero? (system* "autoreconf" "-vfi")))))))
|
|
||||||
(home-page "https://github.com/savoirfairelinux/opendht/")
|
(home-page "https://github.com/savoirfairelinux/opendht/")
|
||||||
(synopsis "Distributed Hash Table (DHT) library")
|
(synopsis "Distributed Hash Table (DHT) library")
|
||||||
(description "OpenDHT is a Distributed Hash Table (DHT) library. It may
|
(description "OpenDHT is a Distributed Hash Table (DHT) library. It may
|
||||||
|
|
Loading…
Reference in New Issue