mesa: use llvm6

This commit is contained in:
Will Dietz 2018-03-31 03:38:39 -05:00
parent 231cdaf159
commit 1d16384bb6

View File

@ -10520,6 +10520,7 @@ with pkgs;
# 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; # no more support in nixpkgs ATM
llvmPackages = llvmPackages_6;
};
mesa_glu = callPackage ../development/libraries/mesa-glu { };