From 6c0199204091e50340ceac59733acb879533fbf4 Mon Sep 17 00:00:00 2001 From: Zitrone Date: Mon, 7 Apr 2025 22:45:24 +0200 Subject: [PATCH] pythonPackages.dirsearch: fix build --- pkgs/development/python-modules/dirsearch/default.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pkgs/development/python-modules/dirsearch/default.nix b/pkgs/development/python-modules/dirsearch/default.nix index 74b97e1f9ce3..f29892dec108 100644 --- a/pkgs/development/python-modules/dirsearch/default.nix +++ b/pkgs/development/python-modules/dirsearch/default.nix @@ -102,7 +102,7 @@ buildPythonPackage rec { ]; pythonRemoveDeps = [ # not available, see above - "ntlm-auth" + "ntlm_auth" ]; pythonRelaxDeps = [ # version checker doesn't recognize 0.8.0.rc2 as >=0.7.0 @@ -110,7 +110,7 @@ buildPythonPackage rec { # probably not but we don't have old charset-normalizer versions in nixpkgs # and requests also depends on it so we can't just override it with an # older version due to package duplication - "charset-normalizer" + "charset_normalizer" ]; meta = {