Merge pull request #40625 from romildo/fix.xkeyboard-config

xkeyboard-config: enable xkb rules symlink
This commit is contained in:
Silvan Mosberger 2018-07-28 04:37:46 +02:00 committed by GitHub
commit 5edb09c3db
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -2476,6 +2476,7 @@ let
};
nativeBuildInputs = [ pkgconfig ];
buildInputs = [ libX11 xproto ];
configureFlags = [ "--with-xkb-rules-symlink=xorg" ];
meta.platforms = stdenv.lib.platforms.unix;
}) // {inherit libX11 xproto ;};