libxml2: disable checks on Darwin

Apparently they won't work there.
This commit is contained in:
Vladimír Čunát 2016-05-27 09:45:46 +02:00
parent 81039713fa
commit dc13593b9f

View File

@ -34,7 +34,7 @@ stdenv.mkDerivation rec {
enableParallelBuilding = true;
doCheck = true;
doCheck = !stdenv.isDarwin;
crossAttrs = lib.optionalAttrs (stdenv.cross.libc == "msvcrt") {
# creating the DLL is broken ATM