mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-07-14 06:00:33 +03:00
Merge pull request #180568 from WeebSorceress/anime-downloader-fix
This commit is contained in:
commit
56556497d3
1 changed files with 3 additions and 6 deletions
|
@ -11,12 +11,6 @@ python3.pkgs.buildPythonApplication rec {
|
||||||
sha256 = "sha256-Uk2mtsSrb8fCD9JCFzvLBzMEB7ViVDrKPSOKy9ALJ6o=";
|
sha256 = "sha256-Uk2mtsSrb8fCD9JCFzvLBzMEB7ViVDrKPSOKy9ALJ6o=";
|
||||||
};
|
};
|
||||||
|
|
||||||
buildInputs = with python3.pkgs; [
|
|
||||||
jsbeautifier
|
|
||||||
pycryptodome
|
|
||||||
requests
|
|
||||||
];
|
|
||||||
|
|
||||||
propagatedBuildInputs = [
|
propagatedBuildInputs = [
|
||||||
aria2
|
aria2
|
||||||
mpv
|
mpv
|
||||||
|
@ -27,8 +21,11 @@ python3.pkgs.buildPythonApplication rec {
|
||||||
click
|
click
|
||||||
coloredlogs
|
coloredlogs
|
||||||
fuzzywuzzy
|
fuzzywuzzy
|
||||||
|
jsbeautifier
|
||||||
|
pycryptodome
|
||||||
pySmartDL
|
pySmartDL
|
||||||
pyqt5
|
pyqt5
|
||||||
|
requests
|
||||||
requests-cache
|
requests-cache
|
||||||
selenium
|
selenium
|
||||||
tabulate
|
tabulate
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue