diff options
Diffstat (limited to 'pkgs/misc/rich-cli/default.nix')
-rw-r--r-- | pkgs/misc/rich-cli/default.nix | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/pkgs/misc/rich-cli/default.nix b/pkgs/misc/rich-cli/default.nix index b6cf7684c44d..a76f921dcf99 100644 --- a/pkgs/misc/rich-cli/default.nix +++ b/pkgs/misc/rich-cli/default.nix @@ -39,7 +39,6 @@ python3.pkgs.buildPythonApplication rec { ]; nativeBuildInputs = with python3.pkgs; [ - pythonRelaxDepsHook ]; dependencies = with python3.pkgs; [ |