jesec-libtorrent: disable checks

This commit is contained in:
Winter 2022-04-21 20:37:19 -04:00
parent 73ff43b391
commit b9e02e7495

View file

@ -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