Revert "mesa_drivers: work around #16779"

This reverts commit 4cf7839305.

Breaks kde5 test. http://hydra.nixos.org/build/41374761
This commit is contained in:
Domen Kožar
2016-10-01 14:34:08 +02:00
parent 6014df7ea9
commit 140f82a8d9

View File

@@ -8785,7 +8785,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
);