diff options
author | Alyssa Ross | 2023-02-11 11:24:53 +0000 |
---|---|---|
committer | Florian Klink | 2024-08-11 12:50:54 +0300 |
commit | 5670ef01c1185bb17bf6fc08b775cb6d8d5bcca3 (patch) | |
tree | 8f14db004d7d6b562951ad889ecc1a554db892b7 /pkgs/tools/inputmethods | |
parent | a93779544568a96f6432d98ac0b2220c4d774dab (diff) |
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.
Diffstat (limited to 'pkgs/tools/inputmethods')
-rw-r--r-- | pkgs/tools/inputmethods/fcitx5/default.nix | 2 |
1 files changed, 2 insertions, 0 deletions
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 = [ |