about summary refs log tree commit diff
path: root/pkgs/applications/networking/p2p
diff options
context:
space:
mode:
authorWinter <winter@winter.cafe>2022-04-21 20:37:19 -0400
committerWinter <winter@winter.cafe>2022-04-21 20:43:33 -0400
commitb9e02e7495e1bb9d524b6e47aeef005e2da6bcaf (patch)
tree71ee547d86b38b920897e0223439f2bbe7f44415 /pkgs/applications/networking/p2p
parent73ff43b391531565a8542acbdee03693a51d1cc3 (diff)
jesec-libtorrent: disable checks
Diffstat (limited to 'pkgs/applications/networking/p2p')
-rw-r--r--pkgs/applications/networking/p2p/jesec-rtorrent/libtorrent.nix3
1 files changed, 2 insertions, 1 deletions
diff --git a/pkgs/applications/networking/p2p/jesec-rtorrent/libtorrent.nix b/pkgs/applications/networking/p2p/jesec-rtorrent/libtorrent.nix
index a08eb8f1293cb..ac7e15b6a2e5b 100644
--- a/pkgs/applications/networking/p2p/jesec-rtorrent/libtorrent.nix
+++ b/pkgs/applications/networking/p2p/jesec-rtorrent/libtorrent.nix
@@ -27,7 +27,8 @@ stdenv.mkDerivation rec {
     zlib
   ];
 
-  doCheck = true;
+  # Disabled because a test is flaky; see https://github.com/jesec/libtorrent/issues/4.
+  # doCheck = true;
 
   preCheck = ''
     export LD_LIBRARY_PATH=$LD_LIBRARY_PATH''${LD_LIBRARY_PATH:+:}$PWD