forked from mirrors/nixpkgs
Merge pull request #128 from MarcWeber/fixes/blender
fix blender build and enable parallel building
This commit is contained in:
commit
383336a563
|
@ -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";
|
||||
|
|
Loading…
Reference in a new issue