plasma5Packages.plasma-workspace: 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:21:14 +00:00 committed by Florian Klink
parent 8a5862be27
commit 11ed329b6d

View File

@ -2,6 +2,7 @@
, lib
, extra-cmake-modules
, kdoctools
, wayland-scanner
, isocodes
, libdbusmenu
, libSM
@ -74,7 +75,7 @@ mkDerivation {
pname = "plasma-workspace";
passthru.providedSessions = [ "plasma" "plasmawayland" ];
nativeBuildInputs = [ extra-cmake-modules kdoctools ];
nativeBuildInputs = [ extra-cmake-modules kdoctools wayland-scanner ];
buildInputs = [
isocodes
libdbusmenu