From 05938ca80b9264aa33de4fe01f7cf70d07b04fc0 Mon Sep 17 00:00:00 2001 From: Thomas Tuegel Date: Sun, 2 Oct 2016 16:50:59 -0500 Subject: [PATCH] Revert "mesa_drivers: work around #16779" This reverts commit 7a003eb9d52bc0210308af473e706c065a21aa40. --- pkgs/top-level/all-packages.nix | 1 - 1 file changed, 1 deletion(-) diff --git a/pkgs/top-level/all-packages.nix b/pkgs/top-level/all-packages.nix index d6a1d44ae9d..2314cccc46c 100644 --- a/pkgs/top-level/all-packages.nix +++ b/pkgs/top-level/all-packages.nix @@ -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 );