mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-02-21 03:25:36 +00:00
blender: mark as broken on Darwin
See comment, tried using apple_sdk_12_3.
This commit is contained in:
parent
1355a0cbfe
commit
a0c69fdacb
@ -434,8 +434,7 @@ stdenv.mkDerivation (finalAttrs: {
|
|||||||
"x86_64-linux"
|
"x86_64-linux"
|
||||||
"aarch64-darwin"
|
"aarch64-darwin"
|
||||||
];
|
];
|
||||||
# the current apple sdk is too old (currently 11_0) and fails to build "metal" on x86_64-darwin
|
broken = stdenv.isDarwin; # fails due to too-old SDK, using newer SDK fails to compile
|
||||||
broken = stdenv.hostPlatform.system == "x86_64-darwin";
|
|
||||||
maintainers = with lib.maintainers; [
|
maintainers = with lib.maintainers; [
|
||||||
amarshall
|
amarshall
|
||||||
veprbl
|
veprbl
|
||||||
|
Loading…
Reference in New Issue
Block a user