mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-24 19:49:25 -05:00
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
1 changed files with 4 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue