diff options
author | Mark H Weaver <mhw@netris.org> | 2016-03-15 12:40:53 -0400 |
---|---|---|
committer | Mark H Weaver <mhw@netris.org> | 2016-03-15 12:40:53 -0400 |
commit | a3b84f70d8bc992a0fc38cabdf12d48ff5e10e15 (patch) | |
tree | ba2c4880e3f4ce6509ff219d0fd646493d085e1d /gnu/packages/aspell.scm | |
parent | 2c9f0b077018d2cac599bd2f466769cd5ffd3adc (diff) | |
parent | 20095cc5139666fe67b3ae76b3f46ff85e4956bb (diff) | |
download | guix-a3b84f70d8bc992a0fc38cabdf12d48ff5e10e15.tar.gz guix-a3b84f70d8bc992a0fc38cabdf12d48ff5e10e15.zip |
Merge branch 'master' into security-updates
Diffstat (limited to 'gnu/packages/aspell.scm')
-rw-r--r-- | gnu/packages/aspell.scm | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/gnu/packages/aspell.scm b/gnu/packages/aspell.scm index 7d087d8747..117cd33081 100644 --- a/gnu/packages/aspell.scm +++ b/gnu/packages/aspell.scm @@ -139,3 +139,11 @@ dictionaries, including personal ones.") #:sha256 (base32 "1gdf7bc1a0kmxsmphdqq8pl01h667mjsj6hihy6kqy14k5qdq69v"))) + +(define-public aspell-dict-nl + (aspell-dictionary "nl" "Dutch" + #:version "0.50-2" + #:prefix "aspell-" + #:sha256 + (base32 + "0ffb87yjsh211hllpc4b9khqqrblial4pzi1h9r3v465z1yhn3j4"))) |