mesa: LLVM dependency 3.9 -> 4

This commit is contained in:
Vladimír Čunát 2017-05-06 12:47:27 +02:00
parent 24f0fa56a6
commit 24ec5f07bc
No known key found for this signature in database
GPG Key ID: E747DF1F9575A3AA
1 changed files with 1 additions and 1 deletions

View File

@ -9130,7 +9130,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_39;
llvmPackages = llvmPackages_4;
});
mesa_glu = mesaDarwinOr (callPackage ../development/libraries/mesa-glu { });
mesa_drivers = mesaDarwinOr (