GNU bug report logs -
#76803
[PATCH core-packages-team] gnu: nuspell: Update to 5.1.6.
Previous Next
To reply to this bug, email your comments to 76803 AT debbugs.gnu.org.
Toggle the display of automated, internal messages from the tracker.
Report forwarded
to
guix-patches <at> gnu.org
:
bug#76803
; Package
guix-patches
.
(Fri, 07 Mar 2025 07:42:02 GMT)
Full text and
rfc822 format available.
Acknowledgement sent
to
Nicolas Goaziou <mail <at> nicolasgoaziou.fr>
:
New bug report received and forwarded. Copy sent to
guix-patches <at> gnu.org
.
(Fri, 07 Mar 2025 07:42:02 GMT)
Full text and
rfc822 format available.
Message #5 received at submit <at> debbugs.gnu.org (full text, mbox):
* gnu/packages/enchant.scm (nuspell): Update to 5.1.6.
[arguments]: Do not build man-pages so Pandoc is not added as a native input.
Change-Id: Iec969ec2b11c9210ba551f844a72feaf119a097a
---
gnu/packages/enchant.scm | 6 ++++--
1 file changed, 4 insertions(+), 2 deletions(-)
diff --git a/gnu/packages/enchant.scm b/gnu/packages/enchant.scm
index 6892b73ab5..857fe3e631 100644
--- a/gnu/packages/enchant.scm
+++ b/gnu/packages/enchant.scm
@@ -45,7 +45,7 @@ (define-module (gnu packages enchant)
(define-public nuspell
(package
(name "nuspell")
- (version "5.1.4")
+ (version "5.1.6")
(source
(origin
(method git-fetch)
@@ -55,8 +55,10 @@ (define-public nuspell
(commit (string-append "v" version))))
(file-name (git-file-name name version))
(sha256
- (base32 "05j1hmczy6v9dyxp77vxhgyl7y5hff3v45vlp86gyh7m9lgqpmra"))))
+ (base32 "00ihy544fnb899p3pijz9r4hyc92k96r08pyk7d1kc2a395lgyak"))))
(build-system cmake-build-system)
+ (arguments
+ (list #:configure-flags #~(list "-DBUILD_DOCS=OFF"))) ;do not pull Pandoc
(native-inputs (list catch2-3 pkg-config))
(propagated-inputs (list icu4c))
(native-search-paths (list (search-path-specification
base-commit: 78e139fd6edc6cc60f7f39bd1231f0d2cf795576
--
2.48.1
This bug report was last modified 3 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.