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" ];
|
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