python3Packages.indexed-zstd: Fix compilation error with Python 3.12+

This commit is contained in:
Maximilian Knespel 2024-03-07 10:13:42 +01:00 committed by mxmlnkn
parent 0870f17eda
commit 3ef984c5da
1 changed files with 2 additions and 0 deletions

View File

@ -23,6 +23,8 @@ buildPythonPackage rec {
buildInputs = [ zstd.dev ];
postPatch = "cython -3 --cplus indexed_zstd/indexed_zstd.pyx";
# has no tests
doCheck = false;