qtcreator: enable checking

This commit is contained in:
José Romildo Malaquias 2016-09-06 08:59:03 -03:00 committed by Bjørn Forsman
parent c91dcacf1b
commit 288cf9fa2a

View file

@ -23,7 +23,7 @@ stdenv.mkDerivation rec {
nativeBuildInputs = [ qmakeHook makeQtWrapper makeWrapper ];
doCheck = false;
doCheck = true;
enableParallelBuilding = true;