jesec-libtorrent: disable checks

main
Winter 2 years ago
parent 73ff43b391
commit b9e02e7495
  1. 3
      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

Loading…
Cancel
Save