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:
parent
9f0506b030
commit
1b255790b4
@ -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 = ''
|
||||
|
Loading…
Reference in New Issue
Block a user