Merge pull request #229567 from amarshall/blender-darwin-broken
blender: mark broken on darwin
This commit is contained in:
commit
1496fc0a70
@ -181,6 +181,7 @@ stdenv.mkDerivation rec {
|
||||
# OptiX, enabled with cudaSupport, is non-free.
|
||||
license = with licenses; [ gpl2Plus ] ++ optional cudaSupport unfree;
|
||||
platforms = [ "x86_64-linux" "x86_64-darwin" "aarch64-linux" ];
|
||||
broken = stdenv.isDarwin;
|
||||
maintainers = with maintainers; [ goibhniu veprbl ];
|
||||
};
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user