From 1f5fe6658d203346419f868e1401dbdf9f4b1c23 Mon Sep 17 00:00:00 2001 From: Daniel Pimentel Date: Thu, 17 Aug 2017 21:59:21 -0300 Subject: [PATCH] gnu: add aspell-dict-pt-pt * gnu/packages/aspell.scm: add new package --- gnu/packages/aspell.scm | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/gnu/packages/aspell.scm b/gnu/packages/aspell.scm index 3469c7a3e..9a0a284c1 100644 --- a/gnu/packages/aspell.scm +++ b/gnu/packages/aspell.scm @@ -6,6 +6,7 @@ ;;; Copyright © 2016 Christopher Andersson ;;; Copyright © 2016 Theodoros Foradis ;;; Copyright © 2016, 2017 Tobias Geerinckx-Rice +;;; Copyright © 2017 Daniel Pimentel ;;; ;;; This file is part of GNU Guix. ;;; @@ -210,3 +211,11 @@ dictionaries, including personal ones.") #:sha256 (base32 "1y09lx9zf2rnp55r16b2vgj953l3538z1vaqgflg9mdvm555bz3p"))) + +(define-public aspell-dict-pt-pt + (aspell-dictionary "pt-pt" "Portuguese Portugal" + #:version "20070510-0" + #:prefix "aspell6-" + #:sha256 + (base32 + "1mnr994cwlag6shy8865ky99lymysiln07mbldcncahg90dagdxq"))) -- 2.13.4