Loading pkgs/development/python-modules/poetry/default.nix +2 −1 Original line number Diff line number Diff line Loading @@ -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 = [ Loading Loading
pkgs/development/python-modules/poetry/default.nix +2 −1 Original line number Diff line number Diff line Loading @@ -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 = [ Loading