dropbox: install xkeyboardconfig for input

Qt applications running in an FHS env need to have xkeyboardconfig installed for
keyboard input.

Resolves: #31741
This commit is contained in:
Thomas Tuegel 2017-11-16 09:26:29 -06:00
parent c9acc59aff
commit 18cc8d482d
No known key found for this signature in database
GPG key ID: 22CBF5249D4B4D59

View file

@ -34,7 +34,7 @@ buildFHSUserEnv {
targetPkgs = pkgs: with pkgs; with xlibs; [ targetPkgs = pkgs: with pkgs; with xlibs; [
libICE libSM libX11 libXcomposite libXdamage libXext libXfixes libXrender libICE libSM libX11 libXcomposite libXdamage libXext libXfixes libXrender
libXxf86vm libxcb libXxf86vm libxcb xkeyboardconfig
curl dbus fontconfig freetype gcc glib gnutar libxml2 libxslt zlib curl dbus fontconfig freetype gcc glib gnutar libxml2 libxslt zlib
]; ];