From cec8d1fd0e3072fd598281c3e3d9970fd168c9e6 Mon Sep 17 00:00:00 2001 From: Alyssa Ross Date: Sat, 11 Feb 2023 11:18:56 +0000 Subject: [PATCH] plasma5Packages.kscreenlocker: 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/kscreenlocker.nix | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/pkgs/desktops/plasma-5/kscreenlocker.nix b/pkgs/desktops/plasma-5/kscreenlocker.nix index b7510cb95bce..68bedb5e4680 100644 --- a/pkgs/desktops/plasma-5/kscreenlocker.nix +++ b/pkgs/desktops/plasma-5/kscreenlocker.nix @@ -1,6 +1,7 @@ { mkDerivation , extra-cmake-modules , kdoctools +, wayland-scanner , kcmutils , kcrash , kdeclarative @@ -19,7 +20,7 @@ mkDerivation { pname = "kscreenlocker"; - nativeBuildInputs = [ extra-cmake-modules kdoctools ]; + nativeBuildInputs = [ extra-cmake-modules kdoctools wayland-scanner ]; buildInputs = [ kcmutils kcrash