blender: fix build by dropping patch integrated upstream
It no longer applied, and the CMakeLists.txt looked completely different. Such changes without any version bump... (sigh)
This commit is contained in:
@@ -29,13 +29,6 @@ stdenv.mkDerivation rec {
|
|||||||
substituteInPlace */doc/manpage/blender.1.py --replace /usr/bin/python ${python}/bin/python3
|
substituteInPlace */doc/manpage/blender.1.py --replace /usr/bin/python ${python}/bin/python3
|
||||||
'';
|
'';
|
||||||
|
|
||||||
patches = [(fetchpatch { # fix parallel builds
|
|
||||||
url = "https://developer.blender.org/D619?download=true";
|
|
||||||
sha256 = "18h4fqsbpwxzqz7qby18lrrbzqnyd5xnann3xcac5wddwv5wjb0f";
|
|
||||||
name = "D619.diff";
|
|
||||||
})];
|
|
||||||
patchFlags = "-p0";
|
|
||||||
|
|
||||||
cmakeFlags =
|
cmakeFlags =
|
||||||
[ "-DOPENEXR_INC=${openexr}/include/OpenEXR"
|
[ "-DOPENEXR_INC=${openexr}/include/OpenEXR"
|
||||||
"-DWITH_OPENCOLLADA=OFF"
|
"-DWITH_OPENCOLLADA=OFF"
|
||||||
|
|||||||
Reference in New Issue
Block a user