python3Packages.indexed-zstd: Fix compilation error with Python 3.12+
This commit is contained in:
parent
0870f17eda
commit
3ef984c5da
@ -23,6 +23,8 @@ buildPythonPackage rec {
|
||||
|
||||
buildInputs = [ zstd.dev ];
|
||||
|
||||
postPatch = "cython -3 --cplus indexed_zstd/indexed_zstd.pyx";
|
||||
|
||||
# has no tests
|
||||
doCheck = false;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user