Loading pkgs/development/python-modules/jiter/default.nix +3 −0 Original line number Diff line number Diff line Loading @@ -6,6 +6,7 @@ libiconv, dirty-equals, pytestCheckHook, nix-update-script, }: buildPythonPackage rec { Loading Loading @@ -41,6 +42,8 @@ buildPythonPackage rec { pytestCheckHook ]; passthru.updateScript = nix-update-script { extraArgs = [ "--generate-lockfile" ]; }; meta = { description = "Fast iterable JSON parser"; homepage = "https://github.com/pydantic/jiter/"; Loading Loading
pkgs/development/python-modules/jiter/default.nix +3 −0 Original line number Diff line number Diff line Loading @@ -6,6 +6,7 @@ libiconv, dirty-equals, pytestCheckHook, nix-update-script, }: buildPythonPackage rec { Loading Loading @@ -41,6 +42,8 @@ buildPythonPackage rec { pytestCheckHook ]; passthru.updateScript = nix-update-script { extraArgs = [ "--generate-lockfile" ]; }; meta = { description = "Fast iterable JSON parser"; homepage = "https://github.com/pydantic/jiter/"; Loading