mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-02-18 01:54:34 +00:00
deepin.dtkwm: use qmakeFlags
This commit is contained in:
parent
0f73418f43
commit
98656c95d8
@ -23,12 +23,13 @@ mkDerivation rec {
|
|||||||
qtx11extras
|
qtx11extras
|
||||||
];
|
];
|
||||||
|
|
||||||
preConfigure = ''
|
outRef = placeholder "out";
|
||||||
qmakeFlags="$qmakeFlags \
|
|
||||||
QT_HOST_DATA=$out \
|
qmakeFlags = [
|
||||||
INCLUDE_INSTALL_DIR=$out/include \
|
"QT_HOST_DATA=${outRef}"
|
||||||
LIB_INSTALL_DIR=$out/lib"
|
"INCLUDE_INSTALL_DIR=${outRef}/include"
|
||||||
'';
|
"LIB_INSTALL_DIR=${outRef}/lib"
|
||||||
|
];
|
||||||
|
|
||||||
passthru.updateScript = deepin.updateScript { inherit name; };
|
passthru.updateScript = deepin.updateScript { inherit name; };
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user