mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-23 23:43:30 +00:00
ibus: switch from cldr-emoji-annotation to cldr-annotations
This commit is contained in:
parent
36a2f67a64
commit
6ae3cfc430
@ -21,7 +21,7 @@
|
||||
, gtk-doc
|
||||
, runCommand
|
||||
, isocodes
|
||||
, cldr-emoji-annotation
|
||||
, cldr-annotations
|
||||
, unicode-character-database
|
||||
, unicode-emoji
|
||||
, python3
|
||||
@ -106,7 +106,7 @@ stdenv.mkDerivation rec {
|
||||
"--enable-gtk4"
|
||||
"--enable-install-tests"
|
||||
"--with-unicode-emoji-dir=${unicode-emoji}/share/unicode/emoji"
|
||||
"--with-emoji-annotation-dir=${cldr-emoji-annotation}/share/unicode/cldr/common/annotations"
|
||||
"--with-emoji-annotation-dir=${cldr-annotations}/share/unicode/cldr/common/annotations"
|
||||
"--with-ucd-dir=${unicode-character-database}/share/unicode"
|
||||
];
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user