From ada797e9aa470f26d5cdcc2dff4203758a6ba5c2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bj=C3=B8rn=20Forsman?= Date: Sat, 11 Aug 2018 04:08:00 +0200 Subject: [PATCH] aspellDicts: fix typos in shortName Affected dicts: nn, pt_BR, pt_PT --- pkgs/development/libraries/aspell/dictionaries.nix | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/pkgs/development/libraries/aspell/dictionaries.nix b/pkgs/development/libraries/aspell/dictionaries.nix index 096ac80e5a7..57563287d77 100644 --- a/pkgs/development/libraries/aspell/dictionaries.nix +++ b/pkgs/development/libraries/aspell/dictionaries.nix @@ -222,7 +222,7 @@ in rec { }; nn = buildDict { - shortName = "nn-0.50.1-0"; + shortName = "nn-0.50.1-1"; fullName = "Norwegian Nynorsk"; src = fetchurl { url = "mirror://gnu/aspell/dict/nn/aspell-nn-0.50.1-1.tar.bz2"; @@ -240,7 +240,7 @@ in rec { }; pt_BR = buildDict { - shortName = "pt_BR-20090702"; + shortName = "pt_BR-20090702-0"; fullName = "Brazilian Portuguese"; src = fetchurl { url = mirror://gnu/aspell/dict/pt_BR/aspell6-pt_BR-20090702-0.tar.bz2; @@ -249,7 +249,7 @@ in rec { }; pt_PT = buildDict { - shortName = "pt_PT-20070510"; + shortName = "pt_PT-20070510-0"; fullName = "Portuguese"; src = fetchurl { url = mirror://gnu/aspell/dict/pt_PT/aspell6-pt_PT-20070510-0.tar.bz2;