Fixes irrlicht and minetest to work with mesa > 10

This commit is contained in:
Richard Zetterberg
2015-04-03 20:45:50 +02:00
parent 6d4a9fa393
commit 46178f057e
3 changed files with 45 additions and 1 deletions
+2
View File
@@ -7,10 +7,12 @@ let
src = fetchgit {
url = "https://github.com/celeron55/minetest.git";
rev = "ab06fca4bed26f3dc97d5e5cff437d075d7acff8";
sha256 = "033gajwxgs8dqxb8684waaav28s0qd6cd4rlzfldwgdbkwam9cb1";
};
data = fetchgit {
url = "https://github.com/celeron55/minetest_game.git";
rev = "3928eccf74af0288d12ffb14f8222fae479bc06b";
sha256 = "1gw2267bnqwfpnm7iq014y1vkb1v3nhpg1dmg9vgm9z5yja2blif";
};
};
in stdenv.mkDerivation {