Skip to content

Commit

Permalink
Merge pull request #180568 from WeebSorceress/anime-downloader-fix
Browse files Browse the repository at this point in the history
  • Loading branch information
SuperSandro2000 authored Jul 7, 2022
2 parents 36f76a7 + e3f2620 commit 5655649
Showing 1 changed file with 3 additions and 6 deletions.
9 changes: 3 additions & 6 deletions pkgs/applications/video/anime-downloader/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -11,12 +11,6 @@ python3.pkgs.buildPythonApplication rec {
sha256 = "sha256-Uk2mtsSrb8fCD9JCFzvLBzMEB7ViVDrKPSOKy9ALJ6o=";
};

buildInputs = with python3.pkgs; [
jsbeautifier
pycryptodome
requests
];

propagatedBuildInputs = [
aria2
mpv
Expand All @@ -27,8 +21,11 @@ python3.pkgs.buildPythonApplication rec {
click
coloredlogs
fuzzywuzzy
jsbeautifier
pycryptodome
pySmartDL
pyqt5
requests
requests-cache
selenium
tabulate
Expand Down

0 comments on commit 5655649

Please sign in to comment.