Merge pull request #14713 from ericsagnes/fix/libpinyin

libpinyin: move to libraries
This commit is contained in:
joachifm 2016-04-15 05:50:06 +02:00
commit ff44872c77
2 changed files with 2 additions and 2 deletions

View File

@ -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;
};

View File

@ -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 { };