3
0
Fork 0
forked from mirrors/nixpkgs

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

View file

@ -515,8 +515,6 @@ in
];
postInstall = ''
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
cd "$dev"
for f in include/xorg/*.h; do