qtcreator: fix build
This commit is contained in:
@@ -25,8 +25,10 @@ stdenv.mkDerivation rec {
|
|||||||
|
|
||||||
enableParallelBuilding = true;
|
enableParallelBuilding = true;
|
||||||
|
|
||||||
preConfigure = ''
|
configurePhase = ''
|
||||||
|
runHook preConfigure
|
||||||
qmake -spec linux-g++ qtcreator.pro
|
qmake -spec linux-g++ qtcreator.pro
|
||||||
|
runHook postConfigure
|
||||||
'';
|
'';
|
||||||
|
|
||||||
buildFlags = optionalString withDocumentation " docs";
|
buildFlags = optionalString withDocumentation " docs";
|
||||||
|
|||||||
Reference in New Issue
Block a user