0
0
Fork 0
mirror of https://github.com/NixOS/nixpkgs.git synced 2025-07-13 13:40:28 +03:00

Merge pull request #19196 from groxxda/xkbbindir

xserver: replace XKB_BINDIR with compile time option
This commit is contained in:
Eelco Dolstra 2016-10-03 17:12:59 +02:00 committed by GitHub
commit 69bb34673e
10 changed files with 3 additions and 30 deletions

View file

@ -520,7 +520,6 @@ in
environment =
{
XKB_BINDIR = "${xorg.xkbcomp}/bin"; # Needed for the Xkb extension.
XORG_DRI_DRIVER_PATH = "/run/opengl-driver/lib/dri"; # !!! Depends on the driver selected at runtime.
LD_LIBRARY_PATH = concatStringsSep ":" (
[ "${xorg.libX11.out}/lib" "${xorg.libXext.out}/lib" "/run/opengl-driver/lib" ]