nixopsUnstable: remove hacky override of pythonOutputDistPhase
poetry2nix is completely opting out of this hook and hence it's a non-issue.
This commit is contained in:
parent
94716867c3
commit
1d8fe07ab9
1 changed files with 0 additions and 5 deletions
|
@ -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…
Reference in a new issue