mesa: no more grsecurity support by default

Nixpkgs discontinued grsecurity support: #25277.
This commit is contained in:
Vladimír Čunát 2017-05-06 11:57:32 +02:00
parent 5725505967
commit 24f0fa56a6
No known key found for this signature in database
GPG key ID: E747DF1F9575A3AA

View file

@ -9129,7 +9129,7 @@ with pkgs;
mesa_noglu = mesaDarwinOr (callPackage ../development/libraries/mesa {
# makes it slower, but during runtime we link against just mesa_drivers
# through /run/opengl-driver*, which is overriden according to config.grsecurity
grsecEnabled = true;
# grsecEnabled = true; # no more support in nixpkgs ATM
llvmPackages = llvmPackages_39;
});
mesa_glu = mesaDarwinOr (callPackage ../development/libraries/mesa-glu { });