mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-02-04 19:24:20 +00:00
Merge pull request #283863 from a-n-n-a-l-e-e/blender-unpin
blender: unpin llvmPackages_10
This commit is contained in:
commit
6ce373f8eb
@ -30658,8 +30658,6 @@ with pkgs;
|
||||
bleachbit = callPackage ../applications/misc/bleachbit { };
|
||||
|
||||
blender = callPackage ../applications/misc/blender {
|
||||
# LLVM 11 crashes when compiling GHOST_SystemCocoa.mm
|
||||
stdenv = if stdenv.isDarwin then llvmPackages_10.stdenv else stdenv;
|
||||
openexr = openexr_3;
|
||||
inherit (darwin.apple_sdk.frameworks) Cocoa CoreGraphics ForceFeedback OpenAL OpenGL;
|
||||
};
|
||||
|
Loading…
Reference in New Issue
Block a user