mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-17 07:13:23 +01:00
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
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue