3
5
Fork 0
mirror of git://git.savannah.gnu.org/guix.git synced 2023-12-14 03:33:07 +01:00

gnu: libtoxcore: Remove custom bootstrap phase.

* gnu/packages/messaging.scm (libtoxcore)[arguments]: Remove autoconf phase.
This commit is contained in:
Ricardo Wurmus 2018-11-11 11:33:39 +01:00
parent 867d9de690
commit fab455840e
No known key found for this signature in database
GPG key ID: 197A5888235FACAC

View file

@ -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.")