Skip to content

Commit

Permalink
gnome-3: remove ibus from corePackages
Browse files Browse the repository at this point in the history
Before this change, vanilla `ibus` would end up in `environment.systemPackages`
and clobber `ibus-with-plugins` as defined by `i18n.inputMethod.ibus.engines`.
  • Loading branch information
eqyiel authored and jtojnar committed Mar 4, 2018
1 parent cbef2f6 commit 8b07381
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkgs/desktops/gnome-3/default.nix
Expand Up @@ -23,7 +23,7 @@ let
maintainers = with pkgs.lib.maintainers; [ lethalman jtojnar ];

corePackages = with gnome3; [
pkgs.desktop-file-utils pkgs.ibus
pkgs.desktop-file-utils
pkgs.shared-mime-info # for update-mime-database
glib # for gsettings
gtk3.out # for gtk-update-icon-cache
Expand Down

0 comments on commit 8b07381

Please sign in to comment.