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

This commit is contained in:
Chris Hodapp
2018-06-30 09:11:49 -04:00
parent ab340f7829
commit a0144c7fd8
4 changed files with 8 additions and 8 deletions

View File

@@ -1,5 +1,5 @@
{ stdenv, fetchFromGitHub, cmake, libpng, zlib, qt4,
bison, flex, mesa_glu, pythonPackages
bison, flex, libGLU, pythonPackages
}:
stdenv.mkDerivation rec {
@@ -12,7 +12,7 @@ stdenv.mkDerivation rec {
sha256 = "0a44k56jf6dl36fwgg4zpc252wq5lf9cblg74mp73k82hxw439l4";
};
buildInputs = [ cmake mesa_glu libpng zlib qt4 pythonPackages.pyqt4 bison flex ];
buildInputs = [ cmake libGLU libpng zlib qt4 pythonPackages.pyqt4 bison flex ];
meta = with stdenv.lib; {
description = "Embeddable expression evaluation engine from Disney Animation";
homepage = https://www.disneyanimation.com/technology/seexpr.html;