From 778f1e59e1486e325c48a2f4a624ca85b077285f Mon Sep 17 00:00:00 2001 From: Denis Manherz Date: Mon, 20 Nov 2023 14:51:39 +0100 Subject: [PATCH] ZipUnicode Pypi --- packages/zipunicode/default.nix | 10 ++++++---- projects/automatic1111/package.nix | 1 + 2 files changed, 7 insertions(+), 4 deletions(-) diff --git a/packages/zipunicode/default.nix b/packages/zipunicode/default.nix index 8a5c19e..85b1db6 100644 --- a/packages/zipunicode/default.nix +++ b/packages/zipunicode/default.nix @@ -1,6 +1,8 @@ { lib , buildPythonPackage , fetchPypi +, setuptools +, chardet }: buildPythonPackage rec { @@ -10,16 +12,16 @@ buildPythonPackage rec { src = fetchPypi { inherit pname version; - sha256 = ""; + sha256 = "sha256-2MbEWa7LnDENKhgzid664RULiAUSkW+5kBIDaOXTN/M="; }; - propagatedBuildInputs = [ ]; + propagatedBuildInputs = [ setuptools chardet ]; doCheck = false; meta = with lib; { - description = ""; - homepage = "https://github.com/lovvskillz/python-discord-webhook"; + description = "Make extracted unreadable filename problem gone away."; + homepage = "https://github.com/Dragon2fly/ZipUnicode"; maintainers = with maintainers; [ ]; }; } \ No newline at end of file diff --git a/projects/automatic1111/package.nix b/projects/automatic1111/package.nix index 73c91d4..16fede8 100644 --- a/projects/automatic1111/package.nix +++ b/projects/automatic1111/package.nix @@ -19,6 +19,7 @@ python3Packages.buildPythonPackage { version = "v1.6.0"; inherit src; propagatedBuildInputs = with python3Packages; [ + moviepy #for prompt travel zipunicode #for civitaui browser+ imageio #animatediff create webm and shit av #animatediff create webm and shit