Merge pull request #195313 from adisbladis/nixops-hook-hack-rm
nixopsUnstable: remove hacky override of pythonOutputDistPhase
This commit is contained in:
@@ -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"
|
||||
}
|
||||
'';
|
||||
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user