Merge #97967: knot-dns: doInstallCheck = true

I thought I'd verify darwin through PR+borg, but now I'll just merge
and take action in case it breaks on darwin.
This commit is contained in:
Vladimír Čunát
2020-10-17 01:13:46 +02:00

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