1 { lib, stdenv, fetchFromGitHub, cmake, libpng, zlib, qt4,
2 bison, flex, libGLU, pythonPackages
8 src = fetchFromGitHub {
12 sha256 = "0a44k56jf6dl36fwgg4zpc252wq5lf9cblg74mp73k82hxw439l4";
15 nativeBuildInputs = [ cmake ];
16 buildInputs = [ libGLU libpng zlib qt4 pythonPackages.pyqt4 bison flex ];
18 description = "Embeddable expression evaluation engine from Disney Animation";
19 homepage = "https://www.disneyanimation.com/technology/seexpr.html";
20 maintainers = with maintainers; [ hodapp ];
21 license = licenses.asl20;
22 platforms = platforms.linux;