From 5670ef01c1185bb17bf6fc08b775cb6d8d5bcca3 Mon Sep 17 00:00:00 2001 From: Alyssa Ross Date: Sat, 11 Feb 2023 11:24:53 +0000 Subject: [PATCH] fcitx5: 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/tools/inputmethods/fcitx5/default.nix | 2 ++ 1 file changed, 2 insertions(+) diff --git a/pkgs/tools/inputmethods/fcitx5/default.nix b/pkgs/tools/inputmethods/fcitx5/default.nix index 6c0c53f479db..7fdee4f166a3 100644 --- a/pkgs/tools/inputmethods/fcitx5/default.nix +++ b/pkgs/tools/inputmethods/fcitx5/default.nix @@ -5,6 +5,7 @@ , pkg-config , cmake , extra-cmake-modules +, wayland-scanner , cairo , pango , expat @@ -60,6 +61,7 @@ stdenv.mkDerivation rec { cmake extra-cmake-modules pkg-config + wayland-scanner ]; buildInputs = [