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