datrie: fix build (#373250)

This commit is contained in:
Dmitry Kalinkin
2025-01-18 13:43:50 -05:00
committed by GitHub
parent af961427ab
commit d0ae1ca0aa
@@ -24,12 +24,15 @@ buildPythonPackage rec {
--replace '"pytest-runner", ' ""
'';
nativeBuildInputs = [
dependencies = [
setuptools
wheel
cython
];
# workaround https://github.com/pytries/datrie/issues/101
env.CFLAGS = "-Wno-error=incompatible-pointer-types";
nativeCheckInputs = [
hypothesis
pytestCheckHook