universedesktop: blender: no change
This commit is contained in:
@@ -55,20 +55,20 @@
|
|||||||
blender_cuda = prev.blender.override {
|
blender_cuda = prev.blender.override {
|
||||||
cudaSupport = true;
|
cudaSupport = true;
|
||||||
};
|
};
|
||||||
blender = final.blender_cuda.withPackages (p: with p; [
|
# blender = final.blender_cuda.withPackages (p: with p; [
|
||||||
# OpenCAMLib support
|
# # OpenCAMLib support
|
||||||
shapely
|
# shapely
|
||||||
equation
|
# equation
|
||||||
opencamlib
|
# opencamlib
|
||||||
# NeuroMorphoVis support
|
# # NeuroMorphoVis support
|
||||||
matplotlib
|
# matplotlib
|
||||||
seaborn
|
# seaborn
|
||||||
pandas
|
# pandas
|
||||||
pillow
|
# pillow
|
||||||
h5py
|
# h5py
|
||||||
morphio
|
# morphio
|
||||||
# TODO add BluePy support?
|
# # TODO add BluePy support?
|
||||||
]);
|
# ]);
|
||||||
# Update RX and Aseprite
|
# Update RX and Aseprite
|
||||||
rx = prev.rx.overrideAttrs (old: {
|
rx = prev.rx.overrideAttrs (old: {
|
||||||
version = "git";
|
version = "git";
|
||||||
|
|||||||
Reference in New Issue
Block a user