guix-devel
[Top][All Lists]
Advanced

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

Re: [PATCH 3/4] gnu: Add German Aspell dictionary.


From: Efraim Flashner
Subject: Re: [PATCH 3/4] gnu: Add German Aspell dictionary.
Date: Sun, 28 Aug 2016 12:20:45 +0300
User-agent: Mutt/1.7.0 (2016-08-17)

On Sat, Aug 27, 2016 at 08:19:38PM +0200, John Darrington wrote:
> From: John Darrington <address@hidden>
> 
> * 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
> 
> 

don't forget your copyright line. Otherwise looks good.

-- 
Efraim Flashner   <address@hidden>   אפרים פלשנר
GPG key = A28B F40C 3E55 1372 662D  14F7 41AA E7DC CA3D 8351
Confidentiality cannot be guaranteed on emails sent or received unencrypted

Attachment: signature.asc
Description: PGP signature


reply via email to

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