mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-01-22 14:45:27 +00:00
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 a new issue