mirror of
https://github.com/NixOS/nixpkgs.git
synced 2026-07-06 17:13:24 -05:00
pypy3Packages.zopfli: replace setuptools version pin for pypy
This commit is contained in:
parent
8a07895dc2
commit
957d744345
1 changed files with 5 additions and 0 deletions
|
|
@ -17,6 +17,11 @@ buildPythonPackage (finalAttrs: {
|
|||
hash = "sha256-qO6ZKyVJ4JDNPwF4v2Bt1Bop4GE6BM31BUIkZixy3OY=";
|
||||
};
|
||||
|
||||
postPatch = ''
|
||||
substituteInPlace pyproject.toml \
|
||||
--replace-fail "setuptools<72.2.0" "setuptools"
|
||||
'';
|
||||
|
||||
build-system = [ setuptools-scm ];
|
||||
|
||||
buildInputs = [ zopfli ];
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue