mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-11-20 08:59:32 +03:00
fcitx5: move from cldr-emoji-annotation to cldr-annotations
This commit is contained in:
parent
23ae4dfc22
commit
fcd9db4368
@ -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; {
|
||||
|
Loading…
Reference in New Issue
Block a user