1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2024-11-25 15:11:35 +00:00

Merge pull request #97669 from ttuegel/plasma-workspace-qdbus-path

plasma-workspace: fix path to qdbus
This commit is contained in:
Thomas Tuegel 2020-09-11 05:37:23 -05:00 committed by GitHub
commit eace2d8a1a
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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"''