Merge pull request #14713 from ericsagnes/fix/libpinyin
libpinyin: move to libraries
This commit is contained in:
commit
ff44872c77
@ -5,7 +5,7 @@ stdenv.mkDerivation {
|
||||
|
||||
meta = with stdenv.lib; {
|
||||
description = "Library for intelligent sentence-based Chinese pinyin input method";
|
||||
homepace = https://sourceforge.net/projects/libpinyin;
|
||||
homepage = https://sourceforge.net/projects/libpinyin;
|
||||
license = licenses.gpl2;
|
||||
platforms = platforms.linux;
|
||||
};
|
@ -1045,7 +1045,7 @@ in
|
||||
|
||||
anthy = callPackage ../tools/inputmethods/anthy { };
|
||||
|
||||
libpinyin = callPackage ../tools/inputmethods/libpinyin { };
|
||||
libpinyin = callPackage ../development/libraries/libpinyin { };
|
||||
|
||||
ibus-libpinyin = callPackage ../tools/inputmethods/ibus-engines/ibus-libpinyin { };
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user