diff options
author | Ricardo Wurmus <rekado@elephly.net> | 2018-11-11 11:33:39 +0100 |
---|---|---|
committer | Ricardo Wurmus <rekado@elephly.net> | 2018-11-11 11:33:39 +0100 |
commit | fab455840ea883237d2715bde313e07558f4bfba (patch) | |
tree | ac33f7a8e4dce38be3943bf8cb4e31cbb0664c88 /gnu/packages | |
parent | 867d9de690c77b232af843106779523fe5d370cc (diff) | |
download | patches-fab455840ea883237d2715bde313e07558f4bfba.tar patches-fab455840ea883237d2715bde313e07558f4bfba.tar.gz |
gnu: libtoxcore: Remove custom bootstrap phase.
* gnu/packages/messaging.scm (libtoxcore)[arguments]: Remove autoconf phase.
Diffstat (limited to 'gnu/packages')
-rw-r--r-- | gnu/packages/messaging.scm | 8 |
1 files changed, 1 insertions, 7 deletions
diff --git a/gnu/packages/messaging.scm b/gnu/packages/messaging.scm index de33d737e2..1a7560bd72 100644 --- a/gnu/packages/messaging.scm +++ b/gnu/packages/messaging.scm @@ -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.") |