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
commit f886c4f282
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