diff --git a/pkgs/development/python-modules/libagent/default.nix b/pkgs/development/python-modules/libagent/default.nix index f46da3435892..aa83a42d08aa 100644 --- a/pkgs/development/python-modules/libagent/default.nix +++ b/pkgs/development/python-modules/libagent/default.nix @@ -1,6 +1,7 @@ { lib, fetchFromGitHub, + backports-shutil-which, bech32, buildPythonPackage, setuptools, @@ -46,6 +47,7 @@ buildPythonPackage rec { pythonRemoveDeps = [ "backports.shutil-which" ]; dependencies = [ + backports-shutil-which unidecode configargparse python-daemon