Skip to content

Commit

Permalink
poetry: 1.17.0 -> 1.18.0
Browse files Browse the repository at this point in the history
  • Loading branch information
adisbladis committed Aug 19, 2021
1 parent 90a7d6a commit bcc679d
Show file tree
Hide file tree
Showing 4 changed files with 134 additions and 86 deletions.
8 changes: 8 additions & 0 deletions overrides.nix
Original file line number Diff line number Diff line change
Expand Up @@ -80,6 +80,14 @@ self: super:
}
);

backports-entry-points-selectable = super.backports-entry-points-selectable.overridePythonAttrs (old: {
postPatch = ''
substituteInPlace setup.py --replace \
'setuptools.setup()' \
'setuptools.setup(version="${old.version}")'
'';
});

bcrypt = super.bcrypt.overridePythonAttrs (
old: {
buildInputs = (old.buildInputs or [ ]) ++ [ pkgs.libffi ];
Expand Down
Loading

0 comments on commit bcc679d

Please sign in to comment.