python313Packages.argostranslate: add missing dependency sacremoses

Argostranslate, and therefore libretranslate, requires this package to
tokenize text.
This commit is contained in:
Steven Allen
2026-02-16 19:33:17 -08:00
parent 7d72518ca1
commit bd6a5683aa
@@ -5,6 +5,7 @@
pytestCheckHook,
ctranslate2,
ctranslate2-cpp,
sacremoses,
sentencepiece,
stanza,
}:
@@ -30,6 +31,7 @@ buildPythonPackage rec {
propagatedBuildInputs = [
ctranslate2OneDNN
sacremoses
sentencepiece
stanza
];