gnu: libtoxcore: Remove custom bootstrap phase.
* gnu/packages/messaging.scm (libtoxcore)[arguments]: Remove autoconf phase.
This commit is contained in:
parent
867d9de690
commit
fab455840e
|
@ -855,13 +855,7 @@ protocols.")
|
||||||
`(("libsodium" ,libsodium)
|
`(("libsodium" ,libsodium)
|
||||||
("opus" ,opus)
|
("opus" ,opus)
|
||||||
("libvpx" ,libvpx)))
|
("libvpx" ,libvpx)))
|
||||||
(arguments
|
(arguments `(#:tests? #f)) ; FIXME: Testsuite fails, reasons unspecific.
|
||||||
`(#:phases
|
|
||||||
(modify-phases %standard-phases
|
|
||||||
(add-after 'unpack 'autoconf
|
|
||||||
(lambda _
|
|
||||||
(zero? (system* "autoreconf" "-vfi")))))
|
|
||||||
#:tests? #f)) ; FIXME: Testsuite fails, reasons unspecific.
|
|
||||||
(synopsis "Library for the Tox encrypted messenger protocol")
|
(synopsis "Library for the Tox encrypted messenger protocol")
|
||||||
(description
|
(description
|
||||||
"C library implementation of the Tox encrypted messenger protocol.")
|
"C library implementation of the Tox encrypted messenger protocol.")
|
||||||
|
|
Loading…
Reference in New Issue