parent
de7d8e64cf
commit
62e3430b13
@ -1,4 +1,4 @@
|
|||||||
{ stdenv, fetchgit, libpng, python3, boost, mesa, qtbase, ncurses }:
|
{ stdenv, fetchgit, libpng, python3, boost, mesa, qtbase, qmakeHook, ncurses }:
|
||||||
|
|
||||||
let
|
let
|
||||||
gitRev = "745eca3a2d2657c495d5509e9083c884e021d09c";
|
gitRev = "745eca3a2d2657c495d5509e9083c884e021d09c";
|
||||||
@ -31,16 +31,14 @@ in
|
|||||||
mesa qtbase ncurses
|
mesa qtbase ncurses
|
||||||
];
|
];
|
||||||
|
|
||||||
configurePhase = ''
|
nativeBuildHooks = [ qmakeHook ];
|
||||||
runHook preConfigure
|
|
||||||
|
preConfigure = ''
|
||||||
export GITREV=${gitRev}
|
export GITREV=${gitRev}
|
||||||
export GITBRANCH=${gitBranch}
|
export GITBRANCH=${gitBranch}
|
||||||
export GITTAG=${gitTag}
|
export GITTAG=${gitTag}
|
||||||
|
|
||||||
cd qt
|
cd qt
|
||||||
export sourceRoot=$sourceRoot/qt
|
|
||||||
qmake antimony.pro PREFIX=$out
|
|
||||||
runHook postConfigure
|
|
||||||
'';
|
'';
|
||||||
|
|
||||||
enableParallelBuilding = true;
|
enableParallelBuilding = true;
|
||||||
|
Loading…
Reference in New Issue
Block a user