gnome-3: remove ibus from corePackages
Before this change, vanilla `ibus` would end up in `environment.systemPackages` and clobber `ibus-with-plugins` as defined by `i18n.inputMethod.ibus.engines`.
This commit is contained in:
parent
cbef2f6fbf
commit
8b073814df
@ -23,7 +23,7 @@ let
|
|||||||
maintainers = with pkgs.lib.maintainers; [ lethalman jtojnar ];
|
maintainers = with pkgs.lib.maintainers; [ lethalman jtojnar ];
|
||||||
|
|
||||||
corePackages = with gnome3; [
|
corePackages = with gnome3; [
|
||||||
pkgs.desktop-file-utils pkgs.ibus
|
pkgs.desktop-file-utils
|
||||||
pkgs.shared-mime-info # for update-mime-database
|
pkgs.shared-mime-info # for update-mime-database
|
||||||
glib # for gsettings
|
glib # for gsettings
|
||||||
gtk3.out # for gtk-update-icon-cache
|
gtk3.out # for gtk-update-icon-cache
|
||||||
|
Loading…
Reference in New Issue
Block a user