treewide: transition mesa to libGLU_combined
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
{ stdenv, fetchgit, cmake, mesa, sfml, fribidi, taglib }:
|
||||
{ stdenv, fetchgit, cmake, libGLU_combined, sfml, fribidi, taglib }:
|
||||
stdenv.mkDerivation rec {
|
||||
name = "mars-${version}-${rev}";
|
||||
version = "0.7.5";
|
||||
@@ -8,7 +8,7 @@ stdenv.mkDerivation rec {
|
||||
inherit rev;
|
||||
sha256 = "1r4c5gap1z2zsv4yjd34qriqkxaq4lb4rykapyzkkdf4g36lc3nh";
|
||||
};
|
||||
buildInputs = [ cmake mesa sfml fribidi taglib ];
|
||||
buildInputs = [ cmake libGLU_combined sfml fribidi taglib ];
|
||||
patches = [
|
||||
./unbind_fix.patch
|
||||
./fix-gluortho2d.patch
|
||||
|
||||
Reference in New Issue
Block a user