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:
@@ -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";
|
||||
|
||||
Reference in New Issue
Block a user