From 505c8b2adb53eb2d2dd32704a858c02e0d2ea86e Mon Sep 17 00:00:00 2001 From: Alyssa Ross Date: Sat, 11 Feb 2023 11:20:08 +0000 Subject: [PATCH] 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. --- pkgs/desktops/plasma-5/plasma-integration/default.nix | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/pkgs/desktops/plasma-5/plasma-integration/default.nix b/pkgs/desktops/plasma-5/plasma-integration/default.nix index 45e3a6012bd8..51a66bcc0d8c 100644 --- a/pkgs/desktops/plasma-5/plasma-integration/default.nix +++ b/pkgs/desktops/plasma-5/plasma-integration/default.nix @@ -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