blender: mark as broken on Darwin

See comment, tried using apple_sdk_12_3.
This commit is contained in:
Andrew Marshall 2024-09-13 12:22:27 -04:00
parent 1355a0cbfe
commit a0c69fdacb

View File

@ -434,8 +434,7 @@ stdenv.mkDerivation (finalAttrs: {
"x86_64-linux"
"aarch64-darwin"
];
# the current apple sdk is too old (currently 11_0) and fails to build "metal" on x86_64-darwin
broken = stdenv.hostPlatform.system == "x86_64-darwin";
broken = stdenv.isDarwin; # fails due to too-old SDK, using newer SDK fails to compile
maintainers = with lib.maintainers; [
amarshall
veprbl