guix-commits
[Top][All Lists]
Advanced

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

06/08: gnu: hunspell: Add missing perl dependency.


From: Tobias Geerinckx-Rice
Subject: 06/08: gnu: hunspell: Add missing perl dependency.
Date: Tue, 20 Dec 2016 04:51:17 +0000 (UTC)

nckx pushed a commit to branch master
in repository guix.

commit 17c2294c242a9d0c18db4ec979e00a33e92aac13
Author: Tobias Geerinckx-Rice <address@hidden>
Date:   Tue Dec 20 01:06:33 2016 +0100

    gnu: hunspell: Add missing perl dependency.
    
    * gnu/packages/libreoffice.scm (hunspell)[inputs]: Add perl dependency
    for ispellaff2myspell.
---
 gnu/packages/libreoffice.scm |    4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/gnu/packages/libreoffice.scm b/gnu/packages/libreoffice.scm
index 1ad18df..78579bb 100644
--- a/gnu/packages/libreoffice.scm
+++ b/gnu/packages/libreoffice.scm
@@ -641,12 +641,14 @@ Works word processor file format.")
                "0ngwk18dwd8p5a5f20h2jlgrz9wbc1k189mmmprb2zmqwfi02b45"))
       (file-name (string-append name "-" version ".tar.gz"))))
     (build-system gnu-build-system)
+    (inputs
+     `(("perl" ,perl)))
     (home-page "http://hunspell.sourceforge.net/";)
     (synopsis "Spell checker")
     (description "Hunspell is a spell checker and morphological analyzer
 library and program designed for languages with rich morphology and complex
 word compounding or character encoding.")
-    ;; triple license, including "mpl1.1 or later"
+    ;; Triple license, including "mpl1.1 or later".
     (license (list mpl1.1 gpl2+ lgpl2.1+))))
 
 (define-public hyphen



reply via email to

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