Merge pull request #255557 from wentasah/blender-zstandard
blender: add zstandard python module
This commit is contained in:
@@ -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 = ''
|
||||
'' +
|
||||
|
||||
Reference in New Issue
Block a user