Create wrapper package for fcitx with plugins.

This creates a wrapper package for fcitx so that plugins can be enabled
by the user.  This is based on the wrapper package for
pidgin-with-plugins.

By using this wrapper instead of the fcitx package itself, it will be
possible for the user to enable/disable plugins.
This commit is contained in:
(cdep)illabout
2014-11-05 10:37:10 +09:00
parent cf665e9fef
commit f0c3c54712
3 changed files with 41 additions and 1 deletions
+2 -1
View File
@@ -5,7 +5,8 @@
}:
stdenv.mkDerivation rec {
name = "fcitx-4.2.8.5";
name = "fcitx-${version}";
version = "4.2.8.5";
src = fetchurl {
url = "http://download.fcitx-im.org/fcitx/${name}_dict.tar.xz";