mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-02-23 12:34:15 +00:00
knot-dns: enable check, disable installcheck
This commit is contained in:
parent
a77ee3b5a5
commit
fed9423825
@ -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'';
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user