From 8a5862be27ee81e4826b9bc97c5fe48ef6c1df5d Mon Sep 17 00:00:00 2001 From: Alyssa Ross Date: Sat, 11 Feb 2023 11:20:39 +0000 Subject: [PATCH] plasma5Packages.plasma-remotecontrollers: depend on wayland-scanner Otherwise, wayland-scanner would be picked up from the wayland in buildInputs, which isn't cross-friendly and will stop working when we split wayland-scanner into a separate package. --- pkgs/desktops/plasma-5/plasma-remotecontrollers.nix | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/pkgs/desktops/plasma-5/plasma-remotecontrollers.nix b/pkgs/desktops/plasma-5/plasma-remotecontrollers.nix index be1c6ff42eff..46f52a6635af 100644 --- a/pkgs/desktops/plasma-5/plasma-remotecontrollers.nix +++ b/pkgs/desktops/plasma-5/plasma-remotecontrollers.nix @@ -11,6 +11,7 @@ , kscreenlocker , kwindowsystem , wayland +, wayland-scanner , pkg-config , libcec , libcec_platform @@ -20,7 +21,7 @@ }: mkDerivation { pname = "plasma-remotecontrollers"; - nativeBuildInputs = [ extra-cmake-modules pkg-config ]; + nativeBuildInputs = [ extra-cmake-modules pkg-config wayland-scanner ]; buildInputs = [ kconfig knotifications