Skip to content
This repository has been archived by the owner on Apr 12, 2021. It is now read-only.

Commit

Permalink
plasma-workspace: remove dependency on qtbase.dev
Browse files Browse the repository at this point in the history
  • Loading branch information
ttuegel committed Sep 10, 2020
1 parent 61eb2b6 commit 3bdf448
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions pkgs/desktops/plasma-5/plasma-workspace/default.nix
Expand Up @@ -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"''
Expand Down

0 comments on commit 3bdf448

Please sign in to comment.