mesa: no more grsecurity support by default
Nixpkgs discontinued grsecurity support: #25277.
This commit is contained in:
parent
5725505967
commit
24f0fa56a6
@ -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 { });
|
||||
|
Loading…
Reference in New Issue
Block a user