guix-commits
[Top][All Lists]
Advanced

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

01/01: gnu: Add Swedish Aspell dictionary.


From: Marius Bakke
Subject: 01/01: gnu: Add Swedish Aspell dictionary.
Date: Sun, 4 Dec 2016 18:34:16 +0000 (UTC)

mbakke pushed a commit to branch master
in repository guix.

commit 4cf9f57b0e1543ff5a6adddbbff7f27d1ea0bcbe
Author: Christopher Andersson <address@hidden>
Date:   Sun Dec 4 11:24:26 2016 +0100

    gnu: Add Swedish Aspell dictionary.
    
    * gnu/packages/aspell.scm (aspell-dict-sv): New variable.
    
    Signed-off-by: Marius Bakke <address@hidden>
---
 gnu/packages/aspell.scm |    9 +++++++++
 1 file changed, 9 insertions(+)

diff --git a/gnu/packages/aspell.scm b/gnu/packages/aspell.scm
index 04a9197..f392057 100644
--- a/gnu/packages/aspell.scm
+++ b/gnu/packages/aspell.scm
@@ -3,6 +3,7 @@
 ;;; Copyright © 2015, 2016 Alex Kost <address@hidden>
 ;;; Copyright © 2016 John Darrington <address@hidden>
 ;;; Copyright © 2016 Efraim Flashner <address@hidden>
+;;; Copyright © 2016 Christopher Andersson <address@hidden>
 ;;;
 ;;; This file is part of GNU Guix.
 ;;;
@@ -163,3 +164,11 @@ dictionaries, including personal ones.")
                      #:sha256
                      (base32
                       "13bhbghx5b8g0119g3wxd4n8mlf707y41vlf59irxjj0kynankfn")))
+
+(define-public aspell-dict-sv
+  (aspell-dictionary "sv" "Swedish"
+                     #:version "0.51-0"
+                     #:prefix "aspell-"
+                     #:sha256
+                     (base32
+                      "02jwkjhr32kvyibnyzgx3smbnm576jwdzg3avdf6zxwckhy5fw4v")))



reply via email to

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