3
0
Fork 0
forked from mirrors/nixpkgs

Merge pull request #128 from MarcWeber/fixes/blender

fix blender build and enable parallel building
This commit is contained in:
viric 2012-09-21 06:06:43 -07:00
commit 383336a563

View file

@ -20,7 +20,9 @@ stdenv.mkDerivation rec {
"-DPYTHON_LIBPATH=${python}/lib"
];
NIX_CFLAGS_COMPILE = "-iquote ${ilmbase}/include/OpenEXR -I${python}/include/${python.libPrefix}";
NIX_CFLAGS_COMPILE = "-I${ilmbase}/include/OpenEXR -I${python}/include/${python.libPrefix}";
enableParallelBuilding = true;
meta = {
description = "3D Creation/Animation/Publishing System";