plasma-workspace: remove dependency on qtbase.dev

gstqt5
Thomas Tuegel 2020-09-06 09:05:14 -05:00
parent 61eb2b639b
commit 3bdf44875a
No known key found for this signature in database
GPG Key ID: 22CBF5249D4B4D59
1 changed files with 5 additions and 0 deletions

View File

@ -48,6 +48,11 @@ mkDerivation {
./0002-absolute-wallpaper-install-dir.patch
];
postPatch = ''
substituteInPlace wallpapers/image/wallpaper.knsrc.cmake \
--replace '@QtBinariesDir@/qdbus' ${getBin qttools}/bin/qdbus
'';
NIX_CFLAGS_COMPILE = [
''-DNIXPKGS_XMESSAGE="${getBin xmessage}/bin/xmessage"''
''-DNIXPKGS_XRDB="${getBin xrdb}/bin/xrdb"''