Merge pull request #255557 from wentasah/blender-zstandard

blender: add zstandard python module

authored by

Fabián Heredia Montiel and committed by
GitHub
787d246a 4638d36e

+1 -1
+1 -1
pkgs/applications/misc/blender/default.nix
··· 79 79 ++ lib.optional cudaSupport cudaPackages.cudatoolkit 80 80 ++ lib.optional colladaSupport opencollada 81 81 ++ lib.optional spaceNavSupport libspnav; 82 - pythonPath = with python310Packages; [ numpy requests ]; 82 + pythonPath = with python310Packages; [ numpy requests zstandard ]; 83 83 84 84 postPatch = '' 85 85 '' +