gnu: bittorrent: Disable tests.

* gnu/packages/bittorrent.scm (bittorrent)[arguments]: Disable tests that are
failing when using libevent 2.12 without internet connection.
This commit is contained in:
Mathieu Othacehe 2021-08-16 11:07:27 +02:00
parent fc4b13ee82
commit c16341bb9e
No known key found for this signature in database
GPG key ID: 8354763531769CA6

View file

@ -90,6 +90,10 @@ (define-public transmission
(list (string-append "--localedir="
(assoc-ref %outputs "gui")
"/share/locale"))
;; Some tests segfault when using libevent 2.12 without internet
;; connection. This has been reported mainstream but not fixed yet:
;; https://github.com/transmission/transmission/issues/1437.
#:tests? #f
#:glib-or-gtk-wrap-excluded-outputs '("out")
#:phases
(modify-phases %standard-phases