treewide: transition mesa to libGLU_combined
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
{ stdenv, fetchurl, mesa, glew, pkgconfig, openalSoft, freealut, wxGTK, libogg
|
||||
{ stdenv, fetchurl, libGLU_combined, glew, pkgconfig, openalSoft, freealut, wxGTK, libogg
|
||||
, freetype, libvorbis, fftwSinglePrec, SDL, SDL_net, expat, libjpeg, libpng }:
|
||||
|
||||
stdenv.mkDerivation rec {
|
||||
@@ -10,7 +10,7 @@ stdenv.mkDerivation rec {
|
||||
};
|
||||
|
||||
buildInputs =
|
||||
[ mesa glew openalSoft freealut wxGTK libogg freetype libvorbis
|
||||
[ libGLU_combined glew openalSoft freealut wxGTK libogg freetype libvorbis
|
||||
SDL SDL_net expat libjpeg libpng fftwSinglePrec
|
||||
];
|
||||
|
||||
|
||||
Reference in New Issue
Block a user