summaryrefslogtreecommitdiff
path: root/pkgs/development/python-modules/youtube-search-python/default.nix
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/development/python-modules/youtube-search-python/default.nix')
-rw-r--r--pkgs/development/python-modules/youtube-search-python/default.nix2
1 files changed, 2 insertions, 0 deletions
diff --git a/pkgs/development/python-modules/youtube-search-python/default.nix b/pkgs/development/python-modules/youtube-search-python/default.nix
index 344427e53e16..325b541fa7f4 100644
--- a/pkgs/development/python-modules/youtube-search-python/default.nix
+++ b/pkgs/development/python-modules/youtube-search-python/default.nix
@@ -18,6 +18,8 @@ buildPythonPackage rec {
hash = "sha256-RWjR12ns1+tLuDZfBO7G42TF9w7sezdl9UPa67E1/PU=";
};
+ patches = [ ./fix-httpx-proxies.patch ];
+
propagatedBuildInputs = [ httpx ];
pythonImportsCheck = [ "youtubesearchpython" ];