gnu: Add Russian Aspell dictionary.
authorAlex Kost <alezost@gmail.com>
Mon, 2 Mar 2015 19:12:00 +0000 (22:12 +0300)
committerAlex Kost <alezost@gmail.com>
Wed, 4 Mar 2015 19:03:30 +0000 (22:03 +0300)
* gnu/packages/aspell.scm (aspell-dict-ru): New variable.

gnu/packages/aspell.scm

index bd6a54c..38ed997 100644 (file)
@@ -1,5 +1,6 @@
 ;;; GNU Guix --- Functional package management for GNU
 ;;; Copyright © 2013, 2014, 2015 Ludovic Courtès <ludo@gnu.org>
+;;; Copyright © 2015 Alex Kost <alezost@gmail.com>
 ;;;
 ;;; This file is part of GNU Guix.
 ;;;
@@ -114,3 +115,10 @@ dictionaries, including personal ones.")
                      #:sha256
                      (base32
                       "14ffy9mn5jqqpp437kannc3559bfdrpk7r36ljkzjalxa53i0hpr")))
+
+(define-public aspell-dict-ru
+  (aspell-dictionary "ru" "Russian"
+                     #:version "0.99f7-1"
+                     #:sha256
+                     (base32
+                      "0ip6nq43hcr7vvzbv4lwwmlwgfa60hrhsldh9xy3zg2prv6bcaaw")))