mesa: bugfix update

I'm still having some problems with 10.3.1 compilation.
This commit is contained in:
Vladimír Čunát 2014-10-18 10:37:41 +02:00
parent e3652e7ead
commit 4fa5fffe56

View File

@ -24,7 +24,7 @@ else
*/
let
version = "10.2.7";
version = "10.2.9";
# this is the default search path for DRI drivers
driverLink = "/run/opengl-driver" + stdenv.lib.optionalString stdenv.isi686 "-32";
in
@ -35,7 +35,7 @@ stdenv.mkDerivation {
src = fetchurl {
url = "ftp://ftp.freedesktop.org/pub/mesa/${version}/MesaLib-${version}.tar.bz2";
sha256 = "27b958063a4c002071f14ed45c7d2a1ee52cd85e4ac8876e8a1c273495a7d43f";
sha256 = "f6031f8b7113a92325b60635c504c510490eebb2e707119bbff7bd86aa34657d";
};
prePatch = "patchShebangs .";