From 1d8fe07ab9a46998429782a18d8c5fba0aa55184 Mon Sep 17 00:00:00 2001 From: adisbladis Date: Mon, 10 Oct 2022 15:43:56 +1300 Subject: [PATCH] nixopsUnstable: remove hacky override of pythonOutputDistPhase poetry2nix is completely opting out of this hook and hence it's a non-issue. --- pkgs/applications/networking/cluster/nixops/default.nix | 5 ----- 1 file changed, 5 deletions(-) diff --git a/pkgs/applications/networking/cluster/nixops/default.nix b/pkgs/applications/networking/cluster/nixops/default.nix index ab7afa921c82..a3ad35a4eabe 100644 --- a/pkgs/applications/networking/cluster/nixops/default.nix +++ b/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" - } ''; };