From 1b255790b42e01791227d3b40b26bf690c09df6f Mon Sep 17 00:00:00 2001 From: Thomas Tuegel Date: Sun, 2 Oct 2016 14:58:17 -0500 Subject: [PATCH] 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. --- pkgs/desktops/kde-5/plasma/kwin/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkgs/desktops/kde-5/plasma/kwin/default.nix b/pkgs/desktops/kde-5/plasma/kwin/default.nix index 7af947bcfe8e..73e40cdb114c 100644 --- a/pkgs/desktops/kde-5/plasma/kwin/default.nix +++ b/pkgs/desktops/kde-5/plasma/kwin/default.nix @@ -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 = ''