diff --git a/machines/universedesktop/programs/art.nix b/machines/universedesktop/programs/art.nix index 045ea60..0e2b257 100644 --- a/machines/universedesktop/programs/art.nix +++ b/machines/universedesktop/programs/art.nix @@ -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";