treewide: transition from mesa_glu to libGLU

This commit is contained in:
Alexander V. Nikolaev
2018-02-24 17:05:43 +02:00
parent 8f2a22935c
commit 1bc1909e5b
42 changed files with 92 additions and 92 deletions
+2 -2
View File
@@ -1,5 +1,5 @@
{ fetchurl, stdenv, makeWrapper, python, alsaLib
, libX11, mesa_glu, SDL, lua5, zlib, bam, freetype
, libX11, libGLU, SDL, lua5, zlib, bam, freetype
}:
stdenv.mkDerivation rec {
@@ -14,7 +14,7 @@ stdenv.mkDerivation rec {
postPatch = "rm -r other/{freetype,sdl}/{include,lib32,lib64}";
buildInputs = [
python makeWrapper alsaLib libX11 mesa_glu SDL lua5 zlib bam freetype
python makeWrapper alsaLib libX11 libGLU SDL lua5 zlib bam freetype
];
buildPhase = ''