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