mirror of
https://github.com/foo-dogsquared/nixos-config.git
synced 2025-02-07 12:19:07 +00:00
overlays/blender-foodogsquared: migrate to new function for setting Blender Python packages
This commit is contained in:
parent
aec2968436
commit
44d8f7d50a
@ -1,13 +1,11 @@
|
|||||||
final: prev:
|
final: prev:
|
||||||
|
|
||||||
{
|
{
|
||||||
blender-foodogsquared = prev.blender-with-packages {
|
blender-foodogsquared = prev.blender.withPackages (p:
|
||||||
name = "foodogsquared-wrapped";
|
with p; [
|
||||||
packages = with prev.python3Packages; [
|
|
||||||
pandas
|
pandas
|
||||||
scipy
|
scipy
|
||||||
imageio
|
imageio
|
||||||
pillow
|
pillow
|
||||||
];
|
]);
|
||||||
};
|
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user