gnu: nuspell: Update to 5.1.4.
* gnu/packages/enchant.scm (nuspell): Update to 5.1.4. [native-inputs]: Use CATCH2-3. Remove comment about RONN, which is no longer used. Change-Id: I62fa0568dacde29bef5065b2ee23c060373727cfmaster
parent
e2f408030d
commit
01d7ce85c8
|
@ -43,31 +43,25 @@
|
||||||
(define-public nuspell
|
(define-public nuspell
|
||||||
(package
|
(package
|
||||||
(name "nuspell")
|
(name "nuspell")
|
||||||
(version "3.1.2")
|
(version "5.1.4")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method git-fetch)
|
(method git-fetch)
|
||||||
(uri
|
(uri
|
||||||
(git-reference
|
(git-reference
|
||||||
(url "https://github.com/nuspell/nuspell")
|
(url "https://github.com/nuspell/nuspell")
|
||||||
(commit
|
(commit (string-append "v" version))))
|
||||||
(string-append "v" version))))
|
(file-name (git-file-name name version))
|
||||||
(file-name
|
|
||||||
(git-file-name name version))
|
|
||||||
(sha256
|
(sha256
|
||||||
(base32 "0wbb6dwmzlsyy224y0liis0azgzwbjdvcyzc31pw1aw6vbp36na6"))))
|
(base32 "05j1hmczy6v9dyxp77vxhgyl7y5hff3v45vlp86gyh7m9lgqpmra"))))
|
||||||
(build-system cmake-build-system)
|
(build-system cmake-build-system)
|
||||||
(native-inputs
|
(native-inputs
|
||||||
(list catch2
|
(list catch2-3
|
||||||
git-minimal
|
git-minimal
|
||||||
perl
|
perl
|
||||||
;;FIX-ME: Building with ronn fails.
|
|
||||||
;;("ronn" ,ronn)
|
|
||||||
pkg-config))
|
pkg-config))
|
||||||
(inputs
|
(inputs (list boost))
|
||||||
(list boost))
|
(propagated-inputs (list icu4c))
|
||||||
(propagated-inputs
|
|
||||||
(list icu4c))
|
|
||||||
(synopsis "Fast and safe spellchecking C++ library")
|
(synopsis "Fast and safe spellchecking C++ library")
|
||||||
(description "Nuspell is a fast and safe spelling checker software
|
(description "Nuspell is a fast and safe spelling checker software
|
||||||
program. It is designed for languages with rich morphology and complex word
|
program. It is designed for languages with rich morphology and complex word
|
||||||
|
|
Reference in New Issue