mirror of
https://github.com/CHN-beta/nixpkgs.git
synced 2026-01-12 02:40:31 +08:00
gallery-dl: fix missing dependency for SOCKS support
(cherry picked from commit 09ae6dfdd5)
This commit is contained in:
committed by
github-actions[bot]
parent
7293bffe9f
commit
3022c5ea71
@@ -25,6 +25,7 @@ python3Packages.buildPythonApplication {
|
||||
|
||||
dependencies = [
|
||||
python3Packages.requests
|
||||
python3Packages.pysocks
|
||||
yt-dlp
|
||||
];
|
||||
|
||||
|
||||
Reference in New Issue
Block a user