blender: move to pkgs/by-name

This commit is contained in:
Andrew Marshall 2025-03-20 11:20:07 -04:00
parent 7380fd0943
commit 12be955b9e
7 changed files with 1 additions and 1 deletions

View File

@ -12624,7 +12624,7 @@ with pkgs;
pinentry = pinentry-curses;
};
blender = callPackage ../applications/misc/blender {
blender = callPackage ../by-name/bl/blender/package.nix {
openexr = openexr_3;
python3Packages = python311Packages;
inherit (darwin.apple_sdk.frameworks) Cocoa CoreGraphics ForceFeedback OpenAL OpenGL;