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

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
];