style: nixpkgs-fmt

This commit is contained in:
Phillip Cloud 2021-12-19 16:08:14 -05:00
parent 261d1d5b22
commit 22adc787cb
No known key found for this signature in database
GPG key ID: D908212070FD785E

View file

@ -2103,7 +2103,7 @@ self: super:
);
pendulum = super.pendulum.overridePythonAttrs (old: {
buildInputs = (old.buildInputs or []) ++ [ self.poetry ];
buildInputs = (old.buildInputs or [ ]) ++ [ self.poetry ];
# Technically incorrect, but fixes the build error..
preInstall = lib.optionalString stdenv.isLinux ''
mv --no-clobber ./dist/*.whl $(echo ./dist/*.whl | sed s/'manylinux_[0-9]*_[0-9]*'/'manylinux1'/)