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:
parent
fc4b13ee82
commit
c16341bb9e
@ -90,6 +90,10 @@
|
||||
(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
|
||||
|
Loading…
Reference in New Issue
Block a user