From f7ba18f6f7cd341c29f8b8b1117e082df5610bce Mon Sep 17 00:00:00 2001 From: Martin Weinelt Date: Thu, 20 Jan 2022 23:18:22 +0100 Subject: [PATCH] python3Packages.gruut: add lang packs for ar, es, fa, lb --- pkgs/development/python-modules/gruut/default.nix | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/pkgs/development/python-modules/gruut/default.nix b/pkgs/development/python-modules/gruut/default.nix index c4c4438be535..f1e490a65cb2 100644 --- a/pkgs/development/python-modules/gruut/default.nix +++ b/pkgs/development/python-modules/gruut/default.nix @@ -18,12 +18,15 @@ let langPkgs = [ + "ar" "cs" "de" - "es" "en" + "es" + "fa" "fr" "it" + "lb" "nl" "pt" "ru"