blender-with-packages
pkgs.blender-with-packages
Docs pulled from | This Revision | 10 minutes ago
Added 2024-02-25
Noogle detected
Implementation
The following is the current implementation of this function.
blender-with-packages =
args:
lib.warnOnInstantiate
"blender-with-packages is deprecated in favor of blender.withPackages, e.g. `blender.withPackages(ps: [ ps.foobar ])`"
(blender.withPackages (_: args.packages)).overrideAttrs
(lib.optionalAttrs (args ? name) { pname = "blender-" + args.name; });