datrie: fix build (#373250)
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user