blender: fix build on darwin

We don't compile blender with alembic. The linux build is able to detect
that, but this is not done for darwin. This explicitly disables alembic
to fix blender build on darwin.
This commit is contained in:
Dmitry Kalinkin
2020-02-15 06:39:27 -05:00
parent 8a2c2e48b4
commit ac560382c5

View File

@@ -75,7 +75,9 @@ stdenv.mkDerivation rec {
'';
cmakeFlags =
[ "-DWITH_MOD_OCEANSIM=ON"
[
"-DWITH_ALEMBIC=OFF"
"-DWITH_MOD_OCEANSIM=ON"
"-DWITH_CODEC_FFMPEG=ON"
"-DWITH_CODEC_SNDFILE=ON"
"-DWITH_INSTALL_PORTABLE=OFF"