treewide: Get rid of libGLU_combined
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
{stdenv, fetchurl, SDL, libGLU_combined, SDL_image, freealut, openal, libvorbis,
|
||||
{stdenv, fetchurl, SDL, libGLU, libGL, SDL_image, freealut, openal, libvorbis,
|
||||
pkgconfig}:
|
||||
|
||||
stdenv.mkDerivation {
|
||||
@@ -9,7 +9,7 @@ stdenv.mkDerivation {
|
||||
};
|
||||
|
||||
nativeBuildInputs = [ pkgconfig ];
|
||||
buildInputs = [ SDL libGLU_combined SDL_image freealut openal libvorbis ];
|
||||
buildInputs = [ SDL libGLU libGL SDL_image freealut openal libvorbis ];
|
||||
|
||||
postPatch = ''
|
||||
sed -e '1i#include <unistd.h>' -i $(find . -name '*.c' -o -name '*.cpp')
|
||||
|
||||
Reference in New Issue
Block a user