qtcreator: fix build

This commit is contained in:
Evgeny Egorochkin 2016-04-22 14:35:49 +03:00
parent b2426adf1c
commit a63aa83875

View file

@ -25,8 +25,10 @@ stdenv.mkDerivation rec {
enableParallelBuilding = true;
preConfigure = ''
configurePhase = ''
runHook preConfigure
qmake -spec linux-g++ qtcreator.pro
runHook postConfigure
'';
buildFlags = optionalString withDocumentation " docs";