mirror of
https://github.com/vale981/poetry2nix
synced 2025-03-05 09:11:39 -05:00
style: nixpkgs-fmt
This commit is contained in:
parent
261d1d5b22
commit
22adc787cb
1 changed files with 1 additions and 1 deletions
|
@ -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'/)
|
||||
|
|
Loading…
Add table
Reference in a new issue