From fcd9db43682097fe586737bc9a2c1560ca9e312f Mon Sep 17 00:00:00 2001 From: D Anzorge Date: Sun, 3 Apr 2022 23:34:41 +0200 Subject: [PATCH] fcitx5: move from cldr-emoji-annotation to cldr-annotations --- pkgs/tools/inputmethods/fcitx5/default.nix | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/pkgs/tools/inputmethods/fcitx5/default.nix b/pkgs/tools/inputmethods/fcitx5/default.nix index 123d634d65f..c235a412948 100644 --- a/pkgs/tools/inputmethods/fcitx5/default.nix +++ b/pkgs/tools/inputmethods/fcitx5/default.nix @@ -5,7 +5,7 @@ , cmake , extra-cmake-modules , cairo -, cldr-emoji-annotation +, cldr-annotations , pango , fribidi , fmt @@ -73,7 +73,7 @@ stdenv.mkDerivation rec { gdk-pixbuf wayland wayland-protocols - cldr-emoji-annotation + cldr-annotations json_c libGL libevent @@ -90,6 +90,8 @@ stdenv.mkDerivation rec { libxkbfile ]; + cmakeFlags = [ "-DCLDR_DIR=${cldr-annotations}/share/unicode/cldr" ]; + passthru.updateScript = ./update.py; meta = with lib; {