libxml2: disable tests also

wip/yesman
Will Dietz 7 years ago
parent f969923bac
commit 158c3c4864
  1. 3
      pkgs/development/libraries/libxml2/default.nix

@ -36,7 +36,8 @@ in stdenv.mkDerivation rec {
enableParallelBuilding = true;
doCheck = (stdenv.hostPlatform == stdenv.buildPlatform) && !stdenv.isDarwin;
doCheck = (stdenv.hostPlatform == stdenv.buildPlatform) && !stdenv.isDarwin &&
hostPlatform.libc != "musl";
crossAttrs = lib.optionalAttrs (hostPlatform.libc == "msvcrt") {
# creating the DLL is broken ATM

Loading…
Cancel
Save