Merge pull request #195313 from adisbladis/nixops-hook-hack-rm

nixopsUnstable: remove hacky override of pythonOutputDistPhase
This commit is contained in:
adisbladis
2022-10-10 16:16:41 +13:00
committed by GitHub
@@ -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"
}
'';
};