Skip to content

Commit

Permalink
knot-dns: enable check, disable installcheck
Browse files Browse the repository at this point in the history
  • Loading branch information
oxij committed Aug 10, 2018
1 parent 02a9d0d commit 5624dd7
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion pkgs/servers/dns/knot-dns/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -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'';

Expand Down

0 comments on commit 5624dd7

Please sign in to comment.