Merge pull request #229567 from amarshall/blender-darwin-broken

blender: mark broken on darwin
This commit is contained in:
Weijia Wang 2023-05-03 09:15:29 +03:00 committed by GitHub
commit 1496fc0a70
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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 ];
};
}