summary refs log tree commit diff
path: root/gnu/packages/aspell.scm
diff options
context:
space:
mode:
authorLudovic Courtès <ludo@gnu.org>2017-10-27 11:57:47 -0700
committerLudovic Courtès <ludo@gnu.org>2017-10-27 11:57:47 -0700
commit99b9857be7bfe186841c59a7a0062f3021b7ecfc (patch)
tree33f5446092a42f5ca3c6c0d7af3a6bcdbf01cf0c /gnu/packages/aspell.scm
parent085bcca313c3827f7c56e7c345d4606588db9085 (diff)
downloadguix-99b9857be7bfe186841c59a7a0062f3021b7ecfc.tar.gz
gnu: Add Catalan dictionary for Aspell.
Hola!

* gnu/packages/aspell.scm (aspell-dict-ca): New variable.
Diffstat (limited to 'gnu/packages/aspell.scm')
-rw-r--r--gnu/packages/aspell.scm7
1 files changed, 7 insertions, 0 deletions
diff --git a/gnu/packages/aspell.scm b/gnu/packages/aspell.scm
index a78e91793a..3eeeee64fd 100644
--- a/gnu/packages/aspell.scm
+++ b/gnu/packages/aspell.scm
@@ -116,6 +116,13 @@ dictionaries, including personal ones.")
     (home-page "http://aspell.net/")))
 
 
+(define-public aspell-dict-ca
+  (aspell-dictionary "ca" "Catalan"
+                     #:version "2.1.5-1"
+                     #:sha256
+                     (base32
+                      "1fb5y5kgvk25nlsfvc8cai978hg66x3pbp9py56pldc7vxzf9npb")))
+
 (define-public aspell-dict-de
   (aspell-dictionary "de" "German"
                      #:version "20030222-1"