universedesktop: blender: no change

This commit is contained in:
2025-08-09 11:09:12 -04:00
parent 74f3632834
commit 24872e5e71

View File

@@ -55,20 +55,20 @@
blender_cuda = prev.blender.override {
cudaSupport = true;
};
blender = final.blender_cuda.withPackages (p: with p; [
# OpenCAMLib support
shapely
equation
opencamlib
# NeuroMorphoVis support
matplotlib
seaborn
pandas
pillow
h5py
morphio
# TODO add BluePy support?
]);
# blender = final.blender_cuda.withPackages (p: with p; [
# # OpenCAMLib support
# shapely
# equation
# opencamlib
# # NeuroMorphoVis support
# matplotlib
# seaborn
# pandas
# pillow
# h5py
# morphio
# # TODO add BluePy support?
# ]);
# Update RX and Aseprite
rx = prev.rx.overrideAttrs (old: {
version = "git";