Merge staging into closure-size
This makes gcc5 the default builder, etc.
This commit is contained in:
@@ -23,7 +23,7 @@ else
|
||||
with { inherit (stdenv.lib) optional optionalString; };
|
||||
|
||||
let
|
||||
version = "10.6.8";
|
||||
version = "11.0.2";
|
||||
# this is the default search path for DRI drivers
|
||||
driverLink = "/run/opengl-driver" + optionalString stdenv.isi686 "-32";
|
||||
in
|
||||
@@ -36,7 +36,7 @@ stdenv.mkDerivation {
|
||||
"https://launchpad.net/mesa/trunk/${version}/+download/mesa-${version}.tar.xz"
|
||||
"ftp://ftp.freedesktop.org/pub/mesa/${version}/mesa-${version}.tar.xz"
|
||||
];
|
||||
sha256 = "e36ee5ceeadb3966fb5ce5b4cf18322dbb76a4f075558ae49c3bba94f57d58fd";
|
||||
sha256 = "fce11fb27eb87adf1e620a76455d635c6136dfa49ae58c53b34ef8d0c7b7eae4";
|
||||
};
|
||||
|
||||
prePatch = "patchShebangs .";
|
||||
|
||||
Reference in New Issue
Block a user