nix: Enable install check
Looks like this got disabled accidentally in ec5b66eb4add9d494d8fb16f6899028750d317a2.
This commit is contained in:
parent
7e273d9209
commit
6a9fb8b9e0
@ -41,7 +41,7 @@ let
|
||||
|
||||
installFlags = "sysconfdir=$(out)/etc";
|
||||
|
||||
doInstallCheck = false;
|
||||
doInstallCheck = true;
|
||||
|
||||
separateDebugInfo = stdenv.isLinux;
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user