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