From 012bb48a186476a3381e04898a2557e31e6d3d1d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mads=20Lindstr=C3=B8m?= Date: Wed, 1 Apr 2015 14:46:06 +0200 Subject: [PATCH] Adding Danish dictionary to Aspell --- pkgs/development/libraries/aspell/dictionaries.nix | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/pkgs/development/libraries/aspell/dictionaries.nix b/pkgs/development/libraries/aspell/dictionaries.nix index cc0f51eb68d5..3fb49c2be248 100644 --- a/pkgs/development/libraries/aspell/dictionaries.nix +++ b/pkgs/development/libraries/aspell/dictionaries.nix @@ -37,6 +37,15 @@ in { }; }; + da = buildDict { + shortName = "da-1.4.42-1"; + fullName = "Danish"; + src = fetchurl { + url = mirror://gnu/aspell/dict/da/aspell5-da-1.4.42-1.tar.bz2; + sha256 = "1hfkmiyhgrx5lgrb2mffjbdn1hivrm73wcg7x0iid74p2yb0fjpp"; + }; + }; + de = buildDict { shortName = "de-20030222-1"; fullName = "German";