3
0
Fork 0
forked from mirrors/nixpkgs

nix: Enable install check

Looks like this got disabled accidentally in
ec5b66eb4a.
This commit is contained in:
Eelco Dolstra 2016-09-12 23:31:21 +02:00
parent 7e273d9209
commit 6a9fb8b9e0

View file

@ -41,7 +41,7 @@ let
installFlags = "sysconfdir=$(out)/etc";
doInstallCheck = false;
doInstallCheck = true;
separateDebugInfo = stdenv.isLinux;