From mboxrd@z Thu Jan 1 00:00:00 1970 From: Christopher Andersson Subject: [PATCH] gnu: Add Swedish Aspell dictionary Date: Sun, 04 Dec 2016 12:35:58 +0100 Message-ID: <87inr0dizl.wl-christopher@8bits.nu> Mime-Version: 1.0 (generated by SEMI-EPG 1.14.7 - "Harue") Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:47233) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1cDV5b-0003JX-ML for guix-devel@gnu.org; Sun, 04 Dec 2016 06:36:16 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1cDV5Y-0005fe-Ip for guix-devel@gnu.org; Sun, 04 Dec 2016 06:36:15 -0500 Received: from v-smtpgw2.han.skanova.net ([81.236.60.205]:35246) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1cDV5Y-0005da-BY for guix-devel@gnu.org; Sun, 04 Dec 2016 06:36:12 -0500 Received: from cassini.8bits.nu (cassini.8bits.nu [192.168.22.5]) by mail.8bits.nu (Postfix) with ESMTPSA id 087B5D26E for ; Sun, 4 Dec 2016 12:35:59 +0100 (CET) List-Id: "Development of GNU Guix and the GNU System distribution." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guix-devel-bounces+gcggd-guix-devel=m.gmane.org@gnu.org Sender: "Guix-devel" To: guix-devel@gnu.org =46rom 9dc8524d7a874dd360dea642ac5956f6181266c8 Mon Sep 17 00:00:00 2001 From: Christopher Andersson 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 =A9 2015, 2016 Alex Kost ;;; Copyright =A9 2016 John Darrington ;;; Copyright =A9 2016 Efraim Flashner +;;; Copyright =A9 2016 Christopher Andersson ;;; ;;; This file is part of GNU Guix. ;;; @@ -163,3 +164,11 @@ dictionaries, including personal ones.") #:sha256 (base32 "13bhbghx5b8g0119g3wxd4n8mlf707y41vlf59irxjj0kynankf= n"))) + +(define-public aspell-dict-sv + (aspell-dictionary "sv" "Swedish" + #:version "0.51-0" + #:prefix "aspell-" + #:sha256 + (base32 + "02jwkjhr32kvyibnyzgx3smbnm576jwdzg3avdf6zxwckhy5fw4= v"))) --=20 2.10.2