From f4bddaf51f1f5571759a9c9e9d254f61d080db87 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Vladim=C3=ADr=20=C4=8Cun=C3=A1t?= Date: Thu, 26 May 2016 15:09:28 +0200 Subject: [PATCH] libxml2: doCheck = true That wouldn't uncover the problem fixed in parent commit, but it shouldn't hurt. --- pkgs/development/libraries/libxml2/default.nix | 2 ++ 1 file changed, 2 insertions(+) diff --git a/pkgs/development/libraries/libxml2/default.nix b/pkgs/development/libraries/libxml2/default.nix index 9481f2bbdc31..1b72c5b38cc0 100644 --- a/pkgs/development/libraries/libxml2/default.nix +++ b/pkgs/development/libraries/libxml2/default.nix @@ -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;