knot-dns: doInstallCheck = true
This commit is contained in:
parent
097cf628d9
commit
7de6e5de40
@ -50,7 +50,7 @@ stdenv.mkDerivation rec {
|
||||
CFLAGS = [ "-O2" "-DNDEBUG" ];
|
||||
|
||||
doCheck = true;
|
||||
doInstallCheck = false; # needs pykeymgr?
|
||||
doInstallCheck = true;
|
||||
|
||||
postInstall = ''
|
||||
rm -r "$out"/lib/*.la
|
||||
|
Loading…
Reference in New Issue
Block a user