about summary refs log tree commit diff
path: root/pkgs/tools/inputmethods
diff options
context:
space:
mode:
authorEric Sagnes <eric.sagnes@gmail.com>2016-05-20 22:04:04 +0900
committerEric Sagnes <eric.sagnes@gmail.com>2016-05-20 22:04:04 +0900
commit37b5aa040d9a9c96e30b01aabaafc998d80c3948 (patch)
treef1f16e939f7d93966ff2280335c98906f19f7244 /pkgs/tools/inputmethods
parentff24ce23c9cde60b5084cd70265c3157bbb41953 (diff)
fcitx-wrapper: remove outdated comments
Diffstat (limited to 'pkgs/tools/inputmethods')
-rw-r--r--pkgs/tools/inputmethods/fcitx/wrapper.nix13
1 files changed, 0 insertions, 13 deletions
diff --git a/pkgs/tools/inputmethods/fcitx/wrapper.nix b/pkgs/tools/inputmethods/fcitx/wrapper.nix
index 1e1a2b76a4bbe..96423cf46e6d7 100644
--- a/pkgs/tools/inputmethods/fcitx/wrapper.nix
+++ b/pkgs/tools/inputmethods/fcitx/wrapper.nix
@@ -1,17 +1,5 @@
 { stdenv, symlinkJoin, fcitx, fcitx-configtool, makeWrapper, plugins, kde5 }:
 
-# This is based on the pidgin-with-plugins package.
-# Users should be able to configure what plugins are used
-# by putting the following in their /etc/nixos/configuration.nix:
-# environment.systemPackages = with pkgs; [
-#     (fcitx-with-plugins.override { plugins = [ fcitx-anthy ]; })
-# ]
-# Or, a normal user could use it by putting the following in his
-# ~/.nixpkgs/config.nix:
-# packageOverrides = pkgs: with pkgs; rec {
-#     (fcitx-with-plugins.override { plugins = [ fcitx-anthy ]; })
-# }
-
 symlinkJoin {
   name = "fcitx-with-plugins-${fcitx.version}";
 
@@ -24,4 +12,3 @@ symlinkJoin {
       --set FCITXDIR "$out/"
   '';
 }
-