mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-24 07:53:19 +00: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
@ -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 New Issue
Block a user