qtbitcointrader: add {pre,post}Configure to fix build (#17269)
This commit is contained in:
parent
62d11a6961
commit
b98e4b3aa4
|
@ -16,11 +16,13 @@ stdenv.mkDerivation {
|
|||
postUnpack = "sourceRoot=\${sourceRoot}/src";
|
||||
|
||||
configurePhase = ''
|
||||
runHook preConfigure
|
||||
qmake $qmakeFlags \
|
||||
PREFIX=$out \
|
||||
DESKTOPDIR=$out/share/applications \
|
||||
ICONDIR=$out/share/pixmaps \
|
||||
QtBitcoinTrader_Desktop.pro
|
||||
runHook postConfigure
|
||||
'';
|
||||
|
||||
meta = with stdenv.lib;
|
||||
|
|
Loading…
Reference in New Issue