diff --git a/pkgs/development/python-modules/argostranslate/default.nix b/pkgs/development/python-modules/argostranslate/default.nix index 512ebcc3449c..03cf9ab06c1d 100644 --- a/pkgs/development/python-modules/argostranslate/default.nix +++ b/pkgs/development/python-modules/argostranslate/default.nix @@ -5,6 +5,7 @@ pytestCheckHook, ctranslate2, ctranslate2-cpp, + sacremoses, sentencepiece, stanza, }: @@ -30,6 +31,7 @@ buildPythonPackage rec { propagatedBuildInputs = [ ctranslate2OneDNN + sacremoses sentencepiece stanza ];