qtcreator: enable checking

This commit is contained in:
José Romildo Malaquias
2016-09-06 14:02:09 +02:00
committed by Bjørn Forsman
parent c91dcacf1b
commit 288cf9fa2a
+1 -1
View File
@@ -23,7 +23,7 @@ stdenv.mkDerivation rec {
nativeBuildInputs = [ qmakeHook makeQtWrapper makeWrapper ];
doCheck = false;
doCheck = true;
enableParallelBuilding = true;