From e3f26208bcee2d133c30de725b2aa7e6f63e40ae Mon Sep 17 00:00:00 2001 From: WeebSorceress Date: Thu, 7 Jul 2022 16:12:22 -0300 Subject: [PATCH] anime-downloader: fix missing runtime dependencies --- pkgs/applications/video/anime-downloader/default.nix | 9 +++------ 1 file changed, 3 insertions(+), 6 deletions(-) diff --git a/pkgs/applications/video/anime-downloader/default.nix b/pkgs/applications/video/anime-downloader/default.nix index cf8edb33dd87..eb69f4be8155 100644 --- a/pkgs/applications/video/anime-downloader/default.nix +++ b/pkgs/applications/video/anime-downloader/default.nix @@ -11,12 +11,6 @@ python3.pkgs.buildPythonApplication rec { sha256 = "sha256-Uk2mtsSrb8fCD9JCFzvLBzMEB7ViVDrKPSOKy9ALJ6o="; }; - buildInputs = with python3.pkgs; [ - jsbeautifier - pycryptodome - requests - ]; - propagatedBuildInputs = [ aria2 mpv @@ -27,8 +21,11 @@ python3.pkgs.buildPythonApplication rec { click coloredlogs fuzzywuzzy + jsbeautifier + pycryptodome pySmartDL pyqt5 + requests requests-cache selenium tabulate