Skip to content

Commit

Permalink
Merge pull request #11108 from ericsagnes/ibus-dconf
Browse files Browse the repository at this point in the history
ibus: fix dconf dependency
  • Loading branch information
lethalman committed Nov 24, 2015
2 parents 60e5e83 + 7cead2e commit 8099d81
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion nixos/modules/programs/ibus.nix
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ in
};

config = mkIf cfg.enable {
environment.systemPackages = [ pkgs.ibus ];
environment.systemPackages = [ pkgs.ibus pkgs.gnome3.dconf ];

gtkPlugins = [ pkgs.ibus ];
qtPlugins = [ pkgs.ibus-qt ];
Expand Down

0 comments on commit 8099d81

Please sign in to comment.