guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

01/01: gnu: Add Russian Aspell dictionary.


From: Alex Kost
Subject: 01/01: gnu: Add Russian Aspell dictionary.
Date: Wed, 04 Mar 2015 19:08:54 +0000

alezost pushed a commit to branch master
in repository guix.

commit 5d9ecd157e554d7cecb3e40a7af4258c3cf38261
Author: Alex Kost <address@hidden>
Date:   Mon Mar 2 22:12:00 2015 +0300

    gnu: Add Russian Aspell dictionary.
    
    * gnu/packages/aspell.scm (aspell-dict-ru): New variable.
---
 gnu/packages/aspell.scm |    8 ++++++++
 1 files changed, 8 insertions(+), 0 deletions(-)

diff --git a/gnu/packages/aspell.scm b/gnu/packages/aspell.scm
index bd6a54c..38ed997 100644
--- a/gnu/packages/aspell.scm
+++ b/gnu/packages/aspell.scm
@@ -1,5 +1,6 @@
 ;;; GNU Guix --- Functional package management for GNU
 ;;; Copyright © 2013, 2014, 2015 Ludovic Courtès <address@hidden>
+;;; Copyright © 2015 Alex Kost <address@hidden>
 ;;;
 ;;; 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")))



reply via email to

[Prev in Thread] Current Thread [Next in Thread]