nixopsUnstable: remove hacky override of pythonOutputDistPhase

poetry2nix is completely opting out of this hook and hence it's a non-issue.
main
adisbladis 2 years ago
parent 94716867c3
commit 1d8fe07ab9
  1. 5
      pkgs/applications/networking/cluster/nixops/default.nix

@ -64,11 +64,6 @@ let
html=$(mktemp -d)
sphinx-build -b html -d $doc_cache doc/ $out/share/nixops/doc
# Override buggy nixpkgs function
pythonOutputDistPhase() {
echo "no-op output dist phase"
}
'';
};

Loading…
Cancel
Save