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