mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-05-03 19:22:15 +00:00
xorg.xorgserver: don't use XORG_DRI_DRIVER_PATH
Our patch which adds this envvar has been removed.
This commit is contained in:
parent
4f0b59de9a
commit
65da25997d
@ -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
|
||||||
|
Loading…
Reference in New Issue
Block a user