knot-dns: enable check, disable installcheck

This commit is contained in:
Jan Malakhovski 2018-08-09 23:59:27 +00:00
parent a77ee3b5a5
commit fed9423825

View file

@ -30,7 +30,8 @@ stdenv.mkDerivation rec {
CFLAGS = [ "-O2" "-DNDEBUG" ];
#doCheck = true; problems in combination with dynamic linking
doCheck = true;
doInstallCheck = false; # needs pykeymgr?
postInstall = ''rm -r "$out"/var "$out"/lib/*.la'';