treewide: transition mesa to libGLU_combined
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
{ stdenv, lib, fetchurl, pkgconfig, mesa
|
||||
{ stdenv, lib, fetchurl, pkgconfig, libGLU_combined
|
||||
, SDL, SDL_image, libpng, zlib, libvorbis, libogg, libmikmod
|
||||
|
||||
, use3DOVideos ? false, requireFile ? null, writeText ? null
|
||||
@@ -51,7 +51,7 @@ in stdenv.mkDerivation rec {
|
||||
};
|
||||
|
||||
nativeBuildInputs = [ pkgconfig ];
|
||||
buildInputs = [ SDL SDL_image libpng libvorbis libogg libmikmod mesa ];
|
||||
buildInputs = [ SDL SDL_image libpng libvorbis libogg libmikmod libGLU_combined ];
|
||||
|
||||
postUnpack = ''
|
||||
mkdir -p uqm-${version}/content/packages
|
||||
|
||||
Reference in New Issue
Block a user