Merge pull request #31742 from ttuegel/dropbox/keyboard

dropbox: install xkeyboardconfig for input
This commit is contained in:
Thomas Tuegel 2017-11-16 14:35:58 -06:00 committed by GitHub
commit 2d4dc7d0bd
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

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