fcitx5: move from cldr-emoji-annotation to cldr-annotations

This commit is contained in:
D Anzorge 2022-04-03 23:34:41 +02:00
parent 23ae4dfc22
commit fcd9db4368

View file

@ -5,7 +5,7 @@
, cmake , cmake
, extra-cmake-modules , extra-cmake-modules
, cairo , cairo
, cldr-emoji-annotation , cldr-annotations
, pango , pango
, fribidi , fribidi
, fmt , fmt
@ -73,7 +73,7 @@ stdenv.mkDerivation rec {
gdk-pixbuf gdk-pixbuf
wayland wayland
wayland-protocols wayland-protocols
cldr-emoji-annotation cldr-annotations
json_c json_c
libGL libGL
libevent libevent
@ -90,6 +90,8 @@ stdenv.mkDerivation rec {
libxkbfile libxkbfile
]; ];
cmakeFlags = [ "-DCLDR_DIR=${cldr-annotations}/share/unicode/cldr" ];
passthru.updateScript = ./update.py; passthru.updateScript = ./update.py;
meta = with lib; { meta = with lib; {