gnome3.gnome_shell: propagate caribou

Fixes: #25968
This commit is contained in:
Jan Tojnar 2017-11-11 18:31:22 +01:00
parent 4e429b3b4e
commit d76faaa2d7
No known key found for this signature in database
GPG Key ID: 7FAB2A15F7A607A4

@ -34,6 +34,11 @@ in stdenv.mkDerivation rec {
at_spi2_core upower ibus gnome_desktop telepathy_logger gnome3.gnome_settings_daemon
gst_all_1.gst-plugins-good # recording
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
];
patches = [
(fetchpatch {