ZipUnicode PyPi

This commit is contained in:
Denis Manherz 2023-11-20 14:51:12 +01:00
parent 63e7cba144
commit b407495b6d
3 changed files with 27 additions and 0 deletions

View file

@ -0,0 +1,25 @@
{ lib
, buildPythonPackage
, fetchPypi
}:
buildPythonPackage rec {
pname = "ZipUnicode";
version = "1.1.1";
format = "pyproject";
src = fetchPypi {
inherit pname version;
sha256 = "";
};
propagatedBuildInputs = [ ];
doCheck = false;
meta = with lib; {
description = "";
homepage = "https://github.com/lovvskillz/python-discord-webhook";
maintainers = with maintainers; [ ];
};
}

View file

@ -57,6 +57,7 @@ in
../../packages/tomesd
../../packages/blendmodes
../../packages/xformers
../../packages/zipunicode
])
(final: prev: lib.mapAttrs
(_: pkg: pkg.overrideAttrs (old: {

View file

@ -19,6 +19,7 @@ python3Packages.buildPythonPackage {
version = "v1.6.0";
inherit src;
propagatedBuildInputs = with python3Packages; [
zipunicode #for civitaui browser+
imageio #animatediff create webm and shit
av #animatediff create webm and shit
discord-webhook #for dreambooth i think