mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-12-03 11:02:05 +00:00
mesa_drivers: work around #16779
This works around missing newer wayland symbols when running some older packages on a system with updated opengl drivers. We have no good solution yet, unfortunately. This commit might break packages that rely on new wayland features, but those should be a minority.
This commit is contained in:
parent
ff5cf3abff
commit
7a003eb9d5
|
@ -8314,6 +8314,7 @@ in
|
|||
mesa_drivers = mesaDarwinOr (
|
||||
let mo = mesa_noglu.override {
|
||||
grsecEnabled = config.grsecurity or false;
|
||||
wayland = wayland_1_9; # work-around for #16779
|
||||
};
|
||||
in mo.drivers
|
||||
);
|
||||
|
|
Loading…
Reference in a new issue