qtcreator: fix build
This commit is contained in:
parent
b2426adf1c
commit
a63aa83875
1 changed files with 3 additions and 1 deletions
|
@ -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";
|
||||
|
|
Loading…
Reference in a new issue