unofficial mirror of guix-devel@gnu.org 
 help / color / mirror / code / Atom feed
From: John Darrington <john@darrington.wattle.id.au>
To: guix-devel@gnu.org
Cc: John Darrington <jmd@gnu.org>
Subject: [PATCH 3/4] gnu: Add German Aspell dictionary.
Date: Sat, 27 Aug 2016 20:19:38 +0200	[thread overview]
Message-ID: <1472321979-10150-3-git-send-email-john@darrington.wattle.id.au> (raw)
In-Reply-To: <1472321979-10150-1-git-send-email-john@darrington.wattle.id.au>

From: John Darrington <jmd@gnu.org>

* gnu/packages/aspell.scm (aspell-dict-de): New variable.
---
 gnu/packages/aspell.scm | 7 +++++++
 1 file changed, 7 insertions(+)

diff --git a/gnu/packages/aspell.scm b/gnu/packages/aspell.scm
index 117cd33..f836819 100644
--- a/gnu/packages/aspell.scm
+++ b/gnu/packages/aspell.scm
@@ -97,6 +97,13 @@ dictionaries, including personal ones.")
     (home-page "http://aspell.net/")))
 
 
+(define-public aspell-dict-de
+  (aspell-dictionary "de" "German"
+                     #:version "20030222-1"
+                     #:sha256
+                     (base32
+                      "01p92qj66cqb346gk7hjfynaap5sbcn85xz07kjfdq623ghr8v5s")))
+
 (define-public aspell-dict-en
   (aspell-dictionary "en" "English"
                      #:version "2016.01.19-0"
-- 
2.1.4

  parent reply	other threads:[~2016-08-27 18:20 UTC|newest]

Thread overview: 19+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2016-08-27 18:19 [PATCH 1/4] gnu: yelp: Update to 3.21.3 John Darrington
2016-08-27 18:19 ` [PATCH 2/4] CoC: Correct punctuation John Darrington
2016-08-28  9:19   ` Efraim Flashner
2016-08-28  9:52     ` John Darrington
2016-08-30  1:52       ` Leo Famulari
2016-08-27 18:19 ` John Darrington [this message]
2016-08-28  9:20   ` [PATCH 3/4] gnu: Add German Aspell dictionary Efraim Flashner
2016-08-28 12:41     ` John Darrington
2016-08-29  8:35       ` Alex Kost
2016-08-29 16:50         ` Ludovic Courtès
2016-08-27 18:19 ` [PATCH 4/4] gnu: libtirpc: Remove the --disable-gssapi configure flag John Darrington
2016-08-28  9:43   ` Efraim Flashner
2016-08-28  9:45     ` John Darrington
2016-08-29 16:52       ` Ludovic Courtès
2016-08-29 19:51         ` John Darrington
2016-09-02 13:16 ` [PATCH 1/4] gnu: yelp: Update to 3.21.3 Ludovic Courtès
2016-09-02 14:56   ` John Darrington
2016-09-03 13:57     ` Ludovic Courtès
2016-09-03 14:28       ` John Darrington

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

  List information: https://guix.gnu.org/

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1472321979-10150-3-git-send-email-john@darrington.wattle.id.au \
    --to=john@darrington.wattle.id.au \
    --cc=guix-devel@gnu.org \
    --cc=jmd@gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).