mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-11 21:59:08 -05:00
gnu: libtoxcore: Remove custom bootstrap phase.
* gnu/packages/messaging.scm (libtoxcore)[arguments]: Remove autoconf phase.
This commit is contained in:
parent
867d9de690
commit
fab455840e
1 changed files with 1 additions and 7 deletions
|
@ -855,13 +855,7 @@ (define-public libtoxcore
|
|||
`(("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.")
|
||||
|
|
Loading…
Reference in a new issue