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

2016-08-29 Thread Ludovic Courtès
Alex Kost skribis: > John Darrington (2016-08-28 15:41 +0300) wrote: > >> On Sun, Aug 28, 2016 at 12:20:45PM +0300, Efraim Flashner wrote: >> > +(define-public aspell-dict-de >> > + (aspell-dictionary "de" "German" >> > + #:version "20030222-1" >> > +

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

2016-08-29 Thread Alex Kost
John Darrington (2016-08-28 15:41 +0300) wrote: > On Sun, Aug 28, 2016 at 12:20:45PM +0300, Efraim Flashner wrote: > > +(define-public aspell-dict-de > > + (aspell-dictionary "de" "German" > > + #:version "20030222-1" > > + #:sha256 >

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

2016-08-28 Thread John Darrington
On Sun, Aug 28, 2016 at 12:20:45PM +0300, Efraim Flashner wrote: > +(define-public aspell-dict-de > + (aspell-dictionary "de" "German" > + #:version "20030222-1" > + #:sha256 > + (base32 > +

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

2016-08-28 Thread Efraim Flashner
On Sat, Aug 27, 2016 at 08:19:38PM +0200, John Darrington wrote: > From: John Darrington > > * 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.sc

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

2016-08-27 Thread John Darrington
From: John Darrington * 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/