kde5.kwin: build with xwayland

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.
This commit is contained in:
Thomas Tuegel 2016-10-02 14:58:17 -05:00
parent 9f0506b030
commit 1b255790b4
No known key found for this signature in database
GPG Key ID: 22CBF5249D4B4D59

View File

@ -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 = ''