forked from mirrors/nixpkgs
nix: Enable install check
Looks like this got disabled accidentally in
ec5b66eb4a
.
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…
Reference in a new issue