libxml2: disable tests also
This commit is contained in:
parent
f969923bac
commit
158c3c4864
@ -36,7 +36,8 @@ in stdenv.mkDerivation rec {
|
|||||||
|
|
||||||
enableParallelBuilding = true;
|
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") {
|
crossAttrs = lib.optionalAttrs (hostPlatform.libc == "msvcrt") {
|
||||||
# creating the DLL is broken ATM
|
# creating the DLL is broken ATM
|
||||||
|
Loading…
x
Reference in New Issue
Block a user