libxml2: doCheck = true
That wouldn't uncover the problem fixed in parent commit, but it shouldn't hurt.
This commit is contained in:
parent
3069606108
commit
f4bddaf51f
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user