mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-22 21:50:55 +00:00
Revert "mesa_drivers: work around #16779"
This reverts commit 7a003eb9d5
.
This commit is contained in:
parent
1b255790b4
commit
05938ca80b
|
@ -8321,7 +8321,6 @@ 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