patchelf: disable tests

This commit is contained in:
Jan Malakhovski 2018-08-10 00:30:22 +00:00
parent ef2f89b2b9
commit 9ab74be96b

View file

@ -10,7 +10,7 @@ stdenv.mkDerivation rec {
setupHook = [ ./setup-hook.sh ];
#doCheck = true; # problems when loading libc.so.6
doCheck = false; # fails 8 out of 24 tests, problems when loading libc.so.6
meta = {
homepage = https://nixos.org/patchelf.html;