libunistring: disable tests

This commit is contained in:
Luka Blaskovic 2019-08-24 08:34:53 +00:00
parent 2aea16c4d6
commit c17058226a

View File

@ -17,7 +17,7 @@ stdenv.mkDerivation rec {
"--with-libiconv-prefix=${libiconv}" "--with-libiconv-prefix=${libiconv}"
]; ];
doCheck = true; doCheck = false;
/* This seems to cause several random failures like these, which I assume /* This seems to cause several random failures like these, which I assume
is because of bad or missing target dependencies in their build system: is because of bad or missing target dependencies in their build system: