Revert accidental disable of doInstallCheck

This commit is contained in:
Eelco Dolstra 2016-01-07 16:05:02 +01:00
parent 458711e4ee
commit 10a6aa3ad4

View file

@ -103,7 +103,7 @@ let
installFlags = "sysconfdir=$(out)/etc";
doInstallCheck = false;
doInstallCheck = true;
installCheckFlags = "sysconfdir=$(out)/etc";
});