appleseed, structure-synth, luxcorerender: libGLU instead of mesa_glu

This commit is contained in:
Chris Hodapp
2018-06-30 09:14:21 -04:00
parent ab340f7829
commit a0144c7fd8
4 changed files with 8 additions and 8 deletions
+2 -2
View File
@@ -1,5 +1,5 @@
{ stdenv, fetchFromGitHub, cmake, boost165, pkgconfig, guile,
eigen3_3, libpng, python, mesa_glu, qt4, openexr, openimageio,
eigen3_3, libpng, python, libGLU, qt4, openexr, openimageio,
opencolorio, xercesc, ilmbase, osl, seexpr
}:
@@ -17,7 +17,7 @@ in stdenv.mkDerivation rec {
};
buildInputs = [
cmake pkgconfig boost_static guile eigen3_3 libpng python
mesa_glu qt4 openexr openimageio opencolorio xercesc
libGLU qt4 openexr openimageio opencolorio xercesc
osl seexpr
];