nixpkgs mirror (for testing) github.com/NixOS/nixpkgs
nix

datrie: fix build (#373250)

authored by

Dmitry Kalinkin and committed by
GitHub
d0ae1ca0 af961427

+4 -1
+4 -1
pkgs/development/python-modules/datrie/default.nix
··· 24 24 --replace '"pytest-runner", ' "" 25 25 ''; 26 26 27 - nativeBuildInputs = [ 27 + dependencies = [ 28 28 setuptools 29 29 wheel 30 30 cython 31 31 ]; 32 + 33 + # workaround https://github.com/pytries/datrie/issues/101 34 + env.CFLAGS = "-Wno-error=incompatible-pointer-types"; 32 35 33 36 nativeCheckInputs = [ 34 37 hypothesis