gnu: hunspell: Add missing perl dependency.
* gnu/packages/libreoffice.scm (hunspell)[inputs]: Add perl dependency for ispellaff2myspell.
This commit is contained in:
parent
4dec10baa8
commit
17c2294c24
|
@ -641,12 +641,14 @@ Works word processor file format.")
|
||||||
"0ngwk18dwd8p5a5f20h2jlgrz9wbc1k189mmmprb2zmqwfi02b45"))
|
"0ngwk18dwd8p5a5f20h2jlgrz9wbc1k189mmmprb2zmqwfi02b45"))
|
||||||
(file-name (string-append name "-" version ".tar.gz"))))
|
(file-name (string-append name "-" version ".tar.gz"))))
|
||||||
(build-system gnu-build-system)
|
(build-system gnu-build-system)
|
||||||
|
(inputs
|
||||||
|
`(("perl" ,perl)))
|
||||||
(home-page "http://hunspell.sourceforge.net/")
|
(home-page "http://hunspell.sourceforge.net/")
|
||||||
(synopsis "Spell checker")
|
(synopsis "Spell checker")
|
||||||
(description "Hunspell is a spell checker and morphological analyzer
|
(description "Hunspell is a spell checker and morphological analyzer
|
||||||
library and program designed for languages with rich morphology and complex
|
library and program designed for languages with rich morphology and complex
|
||||||
word compounding or character encoding.")
|
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+))))
|
(license (list mpl1.1 gpl2+ lgpl2.1+))))
|
||||||
|
|
||||||
(define-public hyphen
|
(define-public hyphen
|
||||||
|
|
Loading…
Reference in New Issue