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.
This commit is contained in:
Alyssa Ross 2023-02-11 11:18:56 +00:00 committed by Florian Klink
parent b96f111a71
commit cec8d1fd0e

View File

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