ibus-with-plugins: move defaults to package file

This commit is contained in:
Jan Malakhovski 2019-02-03 15:30:39 +00:00
parent 50153afe8e
commit 58a2757aaa
2 changed files with 1 additions and 2 deletions

View File

@ -1,5 +1,5 @@
{ stdenv, runCommand, makeWrapper, lndir
, dconf, hicolor-icon-theme, ibus, librsvg, plugins
, dconf, hicolor-icon-theme, ibus, librsvg, plugins ? []
}:
let

View File

@ -2006,7 +2006,6 @@ in
ibus-with-plugins = callPackage ../tools/inputmethods/ibus/wrapper.nix {
inherit (gnome3) dconf;
plugins = [ ];
};
interception-tools = callPackage ../tools/inputmethods/interception-tools { };