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
commit 8b786d8dbb
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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"
}
'';
};