mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-16 14:54:29 +01:00
plasma-workspace: fix path to qdbus
This commit is contained in:
parent
0df63c9543
commit
cce199a3e0
1 changed files with 3 additions and 2 deletions
|
@ -53,9 +53,10 @@ mkDerivation {
|
|||
./0002-absolute-wallpaper-install-dir.patch
|
||||
];
|
||||
|
||||
# QT_INSTALL_BINS refers to qtbase, and qdbus is in qttools
|
||||
postPatch = ''
|
||||
substituteInPlace wallpapers/image/wallpaper.knsrc.cmake \
|
||||
--replace '@QtBinariesDir@/qdbus' ${getBin qttools}/bin/qdbus
|
||||
substituteInPlace CMakeLists.txt \
|
||||
--replace 'query_qmake(QtBinariesDir QT_INSTALL_BINS)' 'set(QtBinariesDir "${lib.getBin qttools}/bin")'
|
||||
'';
|
||||
|
||||
NIX_CFLAGS_COMPILE = [
|
||||
|
|
Loading…
Reference in a new issue