Skip to content

Commit

Permalink
kde5.kwin: build with xwayland
Browse files Browse the repository at this point in the history
A patch was already included to find the path to Xwayland, but the build
was not actually using it because it wasn't a buildInput.

(cherry picked from commit 1b25579)
  • Loading branch information
ttuegel committed Nov 5, 2016
1 parent 33c38c4 commit 9cd06a8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkgs/desktops/kde-5/plasma/kwin/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ plasmaPackage {
kidletime kinit kio knewstuff knotifications kpackage kscreenlocker kservice
kwayland kwidgetsaddons kwindowsystem kxmlgui libinput libICE libSM
plasma-framework qtdeclarative qtmultimedia qtscript qtx11extras udev
wayland xcb-util-cursor
wayland xcb-util-cursor xwayland
];
patches = copyPathsToStore (lib.readPathsFromFile ./. ./series);
postPatch = ''
Expand Down

0 comments on commit 9cd06a8

Please sign in to comment.