knot-dns: doInstallCheck = true

This commit is contained in:
Vladimír Čunát 2020-09-14 11:20:52 +02:00
parent 097cf628d9
commit 7de6e5de40
No known key found for this signature in database
GPG Key ID: E747DF1F9575A3AA

View File

@ -50,7 +50,7 @@ stdenv.mkDerivation rec {
CFLAGS = [ "-O2" "-DNDEBUG" ];
doCheck = true;
doInstallCheck = false; # needs pykeymgr?
doInstallCheck = true;
postInstall = ''
rm -r "$out"/lib/*.la