Loading pkgs/by-name/ma/matrix-synapse-unwrapped/package.nix +2 −1 Original line number Diff line number Diff line Loading @@ -31,7 +31,8 @@ python3Packages.buildPythonApplication rec { postPatch = '' substituteInPlace pyproject.toml \ --replace-fail "setuptools_rust>=1.3,<=1.11.1" "setuptools_rust<=1.12,>=1.3" --replace-fail "setuptools_rust>=1.3,<=1.11.1" "setuptools_rust<=1.12,>=1.3" \ --replace-fail "poetry-core>=1.1.0,<=2.1.3" "poetry-core>=1.1.0,<=2.3.0" ''; build-system = with python3Packages; [ Loading Loading
pkgs/by-name/ma/matrix-synapse-unwrapped/package.nix +2 −1 Original line number Diff line number Diff line Loading @@ -31,7 +31,8 @@ python3Packages.buildPythonApplication rec { postPatch = '' substituteInPlace pyproject.toml \ --replace-fail "setuptools_rust>=1.3,<=1.11.1" "setuptools_rust<=1.12,>=1.3" --replace-fail "setuptools_rust>=1.3,<=1.11.1" "setuptools_rust<=1.12,>=1.3" \ --replace-fail "poetry-core>=1.1.0,<=2.1.3" "poetry-core>=1.1.0,<=2.3.0" ''; build-system = with python3Packages; [ Loading