diff --git a/pkgs/applications/networking/cluster/nixops/unwrapped.nix b/pkgs/applications/networking/cluster/nixops/unwrapped.nix index e8cb998b52c777..de38fa5e65102f 100644 --- a/pkgs/applications/networking/cluster/nixops/unwrapped.nix +++ b/pkgs/applications/networking/cluster/nixops/unwrapped.nix @@ -25,6 +25,7 @@ buildPythonApplication rec { postPatch = '' substituteInPlace nixops/args.py --replace "@version@" "${version}-pre-${lib.substring 0 7 src.rev or "dirty"}" + substituteInPlace pyproject.toml --replace 'PrettyTable = "^0.7.2"' 'PrettyTable = "^3"' ''; nativeBuildInputs = [