plasma5Packages.plasma-integration: 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
2024-08-11 16:04:17 +03:00
committed by Florian Klink
parent d23c5a444e
commit 505c8b2adb
@@ -1,5 +1,6 @@
{ mkDerivation
, extra-cmake-modules
, wayland-scanner
, breeze-qt5
, kconfig
, kconfigwidgets
@@ -18,7 +19,7 @@
mkDerivation {
pname = "plasma-integration";
nativeBuildInputs = [ extra-cmake-modules ];
nativeBuildInputs = [ extra-cmake-modules wayland-scanner ];
buildInputs = [
breeze-qt5
kconfig