jesec-libtorrent: disable checks
This commit is contained in:
parent
73ff43b391
commit
b9e02e7495
1 changed files with 2 additions and 1 deletions
|
@ -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…
Reference in a new issue