* [PATCH] gnu: Add Swedish Aspell dictionary
@ 2016-12-04 11:35 Christopher Andersson
2016-12-04 18:34 ` Marius Bakke
0 siblings, 1 reply; 2+ messages in thread
From: Christopher Andersson @ 2016-12-04 11:35 UTC (permalink / raw)
To: guix-devel
From 9dc8524d7a874dd360dea642ac5956f6181266c8 Mon Sep 17 00:00:00 2001
From: Christopher Andersson <christopher@8bits.nu>
Date: Sun, 4 Dec 2016 11:24:26 +0100
Subject: [PATCH] gnu: Add Swedish Aspell dictionary
* gnu/packages/aspell.scm (aspell-dict-sv): New variable.
---
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 <alezost@gmail.com>
;;; Copyright © 2016 John Darrington <jmd@gnu.org>
;;; Copyright © 2016 Efraim Flashner <efraim@flashner.co.il>
+;;; Copyright © 2016 Christopher Andersson <christopher@8bits.nu>
;;;
;;; 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")))
--
2.10.2
^ permalink raw reply related [flat|nested] 2+ messages in thread
* Re: [PATCH] gnu: Add Swedish Aspell dictionary
2016-12-04 11:35 [PATCH] gnu: Add Swedish Aspell dictionary Christopher Andersson
@ 2016-12-04 18:34 ` Marius Bakke
0 siblings, 0 replies; 2+ messages in thread
From: Marius Bakke @ 2016-12-04 18:34 UTC (permalink / raw)
To: Christopher Andersson, guix-devel
[-- Attachment #1: Type: text/plain, Size: 435 bytes --]
Christopher Andersson <christopher@8bits.nu> writes:
> From 9dc8524d7a874dd360dea642ac5956f6181266c8 Mon Sep 17 00:00:00 2001
> From: Christopher Andersson <christopher@8bits.nu>
> Date: Sun, 4 Dec 2016 11:24:26 +0100
> Subject: [PATCH] gnu: Add Swedish Aspell dictionary
>
> * gnu/packages/aspell.scm (aspell-dict-sv): New variable.
> ---
> gnu/packages/aspell.scm | 9 +++++++++
> 1 file changed, 9 insertions(+)
Thanks, applied!
[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 487 bytes --]
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2016-12-04 18:34 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-12-04 11:35 [PATCH] gnu: Add Swedish Aspell dictionary Christopher Andersson
2016-12-04 18:34 ` Marius Bakke
Code repositories for project(s) associated with this public inbox
https://git.savannah.gnu.org/cgit/guix.git
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).