Skip to content

Commit

Permalink
gnome3.gnome_shell: propagate caribou
Browse files Browse the repository at this point in the history
Fixes: #25968
(cherry picked from commit d76faaa)
  • Loading branch information
jtojnar committed Dec 14, 2017
1 parent af7e479 commit f506b80
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions pkgs/desktops/gnome-3/core/gnome-shell/default.nix
Expand Up @@ -29,6 +29,11 @@ in stdenv.mkDerivation rec {
gnome3.gnome-clocks # schemas needed
at_spi2_core upower ibus gnome_desktop telepathy_logger gnome3.gnome_settings_daemon
gobjectIntrospection (stdenv.lib.getLib dconf) ];
propagatedUserEnvPkgs = [
# Needed to support on-screen keyboard used with touch screen devices
# see https://github.com/NixOS/nixpkgs/issues/25968
gnome3.caribou
];

installFlags = [ "keysdir=$(out)/share/gnome-control-center/keybindings" ];

Expand Down

0 comments on commit f506b80

Please sign in to comment.