plasma5Packages.xdg-desktop-portal-kde: 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:37 +00:00 committed by Florian Klink
parent 11ed329b6d
commit 75ea55bdfe

View File

@ -2,6 +2,7 @@
, extra-cmake-modules , extra-cmake-modules
, gettext , gettext
, kdoctools , kdoctools
, wayland-scanner
, cups , cups
, libepoxy , libepoxy
, mesa , mesa
@ -25,7 +26,7 @@
mkDerivation { mkDerivation {
pname = "xdg-desktop-portal-kde"; pname = "xdg-desktop-portal-kde";
nativeBuildInputs = [ extra-cmake-modules gettext kdoctools ]; nativeBuildInputs = [ extra-cmake-modules gettext kdoctools wayland-scanner ];
buildInputs = [ buildInputs = [
cups cups
libepoxy libepoxy