Skip to content

Commit

Permalink
datrie: fix build (#373250)
Browse files Browse the repository at this point in the history
  • Loading branch information
veprbl authored and Jürgen Hahn committed Jan 18, 2025
1 parent 817ae9e commit 82dac09
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion pkgs/development/python-modules/datrie/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 82dac09

Please sign in to comment.