From 75ea55bdfe5ff3c0da716df76b5b75ad04d7bd85 Mon Sep 17 00:00:00 2001 From: Alyssa Ross Date: Sat, 11 Feb 2023 11:21:37 +0000 Subject: [PATCH] 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. --- pkgs/desktops/plasma-5/xdg-desktop-portal-kde.nix | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/pkgs/desktops/plasma-5/xdg-desktop-portal-kde.nix b/pkgs/desktops/plasma-5/xdg-desktop-portal-kde.nix index cbda6124a319..e5822cb89803 100644 --- a/pkgs/desktops/plasma-5/xdg-desktop-portal-kde.nix +++ b/pkgs/desktops/plasma-5/xdg-desktop-portal-kde.nix @@ -2,6 +2,7 @@ , extra-cmake-modules , gettext , kdoctools +, wayland-scanner , cups , libepoxy , mesa @@ -25,7 +26,7 @@ mkDerivation { pname = "xdg-desktop-portal-kde"; - nativeBuildInputs = [ extra-cmake-modules gettext kdoctools ]; + nativeBuildInputs = [ extra-cmake-modules gettext kdoctools wayland-scanner ]; buildInputs = [ cups libepoxy