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
1 changed files with 1 additions and 1 deletions

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