libxml2: disable checks on Darwin
Apparently they won't work there.
This commit is contained in:
parent
81039713fa
commit
dc13593b9f
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue