Merge pull request #255557 from wentasah/blender-zstandard

blender: add zstandard python module
This commit is contained in:
Fabián Heredia Montiel
2023-09-17 12:11:09 -06:00
committed by GitHub
+1 -1
View File
@@ -79,7 +79,7 @@ stdenv.mkDerivation rec {
++ lib.optional cudaSupport cudaPackages.cudatoolkit
++ lib.optional colladaSupport opencollada
++ lib.optional spaceNavSupport libspnav;
pythonPath = with python310Packages; [ numpy requests ];
pythonPath = with python310Packages; [ numpy requests zstandard ];
postPatch = ''
'' +