guix-devel
[Top][All Lists]
Advanced

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

Re: [PATCH 1/8] gnu: Add aspell-dict-he.


From: Alex Kost
Subject: Re: [PATCH 1/8] gnu: Add aspell-dict-he.
Date: Tue, 22 Nov 2016 23:01:51 +0300
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/25.0.95 (gnu/linux)

Efraim Flashner (2016-11-21 23:00 +0200) wrote:

> * gnu/packages/aspell.scm (aspell-dict-he): New variable.
> ---
>  gnu/packages/aspell.scm | 8 ++++++++
>  1 file changed, 8 insertions(+)
>
> diff --git a/gnu/packages/aspell.scm b/gnu/packages/aspell.scm
> index b702412..21014c0 100644
> --- a/gnu/packages/aspell.scm
> +++ b/gnu/packages/aspell.scm
> @@ -2,6 +2,7 @@
>  ;;; Copyright © 2013, 2014, 2015 Ludovic Courtès <address@hidden>
>  ;;; Copyright © 2015, 2016 Alex Kost <address@hidden>
>  ;;; Copyright ©2016 John Darrington <address@hidden>
> +;;; Copyright ©2016 Efraim Flashner <address@hidden>
                  ^
I would add a space here (and on the line for John as well).

Otherwise I think this patch is OK to push.

>  ;;;
>  ;;; This file is part of GNU Guix.
>  ;;;
> @@ -155,3 +156,10 @@ dictionaries, including personal ones.")
>                       #:sha256
>                       (base32
>                        
> "0ffb87yjsh211hllpc4b9khqqrblial4pzi1h9r3v465z1yhn3j4")))
> +
> +(define-public aspell-dict-he
> +  (aspell-dictionary "he" "Hebrew"
> +                     #:version "1.0-0"
> +                     #:sha256
> +                     (base32
> +                      
> "13bhbghx5b8g0119g3wxd4n8mlf707y41vlf59irxjj0kynankfn")))

-- 
Alex



reply via email to

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