Skip to content

Commit

Permalink
Merge pull request #198817 from tjni/fix-poetry
Browse files Browse the repository at this point in the history
  • Loading branch information
mweinelt authored Nov 7, 2022
2 parents ef8653a + 1ff699e commit b25da1d
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion pkgs/development/python-modules/poetry/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,8 @@ buildPythonPackage rec {

postPatch = ''
substituteInPlace pyproject.toml \
--replace 'crashtest = "^0.3.0"' 'crashtest = "*"'
--replace 'crashtest = "^0.3.0"' 'crashtest = "*"' \
--replace 'xattr = { version = "^0.9.7"' 'xattr = { version = "^0.10.0"'
'';

nativeBuildInputs = [
Expand Down

0 comments on commit b25da1d

Please sign in to comment.