xorg.xorgserver: don't use XORG_DRI_DRIVER_PATH

Our patch which adds this envvar has been removed.
This commit is contained in:
Nikolay Amiantov 2018-03-18 05:28:29 +03:00
parent 4f0b59de9a
commit 65da25997d
1 changed files with 0 additions and 2 deletions

View File

@ -515,8 +515,6 @@ in
]; ];
postInstall = '' postInstall = ''
rm -fr $out/share/X11/xkb/compiled # otherwise X will try to write in it rm -fr $out/share/X11/xkb/compiled # otherwise X will try to write in it
wrapProgram $out/bin/Xvfb \
--set XORG_DRI_DRIVER_PATH ${args.mesa}/lib/dri
( # assert() keeps runtime reference xorgserver-dev in xf86-video-intel and others ( # assert() keeps runtime reference xorgserver-dev in xf86-video-intel and others
cd "$dev" cd "$dev"
for f in include/xorg/*.h; do for f in include/xorg/*.h; do