Loading pkgs/development/python-modules/ahocorasick-rs/default.nix +4 −0 Original line number Diff line number Diff line { lib, buildPythonPackage, pythonOlder, fetchPypi, rustPlatform, pytestCheckHook, pyahocorasick, hypothesis, typing-extensions, pytest-benchmark, }: Loading @@ -32,6 +34,8 @@ buildPythonPackage rec { cargoSetupHook ]; dependencies = lib.optionals (pythonOlder "3.12") [ typing-extensions ]; nativeCheckInputs = [ pytest-benchmark pytestCheckHook Loading Loading
pkgs/development/python-modules/ahocorasick-rs/default.nix +4 −0 Original line number Diff line number Diff line { lib, buildPythonPackage, pythonOlder, fetchPypi, rustPlatform, pytestCheckHook, pyahocorasick, hypothesis, typing-extensions, pytest-benchmark, }: Loading @@ -32,6 +34,8 @@ buildPythonPackage rec { cargoSetupHook ]; dependencies = lib.optionals (pythonOlder "3.12") [ typing-extensions ]; nativeCheckInputs = [ pytest-benchmark pytestCheckHook Loading