libxml2: doCheck = true

That wouldn't uncover the problem fixed in parent commit,
but it shouldn't hurt.
This commit is contained in:
Vladimír Čunát 2016-05-26 15:09:28 +02:00
parent 3069606108
commit f4bddaf51f

View File

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