guix-commits
[Top][All Lists]
Advanced

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

08/08: gnu: lyx: Activate spellchecking.


From: guix-commits
Subject: 08/08: gnu: lyx: Activate spellchecking.
Date: Sun, 8 Jan 2023 06:22:04 -0500 (EST)

ngz pushed a commit to branch master
in repository guix.

commit 425af6d74f01b3b63d0a34e3481a1bdfd2dbc70c
Author: Nicolas Goaziou <mail@nicolasgoaziou.fr>
AuthorDate: Sun Jan 8 12:04:39 2023 +0100

    gnu: lyx: Activate spellchecking.
    
    * gnu/packages/tex.scm (lyx)[inputs]: Use ASPELL instead of HUNSPELL since 
the
    latter is not detected during configure phase.
---
 gnu/packages/tex.scm | 8 +++++---
 1 file changed, 5 insertions(+), 3 deletions(-)

diff --git a/gnu/packages/tex.scm b/gnu/packages/tex.scm
index 83a850c0b4..dafed9d3c3 100644
--- a/gnu/packages/tex.scm
+++ b/gnu/packages/tex.scm
@@ -58,6 +58,7 @@
   #:use-module (guix svn-download)
   #:use-module (gnu packages)
   #:use-module (gnu packages algebra)
+  #:use-module (gnu packages aspell)
   #:use-module (gnu packages autotools)
   #:use-module (gnu packages bash)
   #:use-module (gnu packages boost)
@@ -69,7 +70,6 @@
   #:use-module (gnu packages ghostscript)
   #:use-module (gnu packages graphviz)
   #:use-module (gnu packages gtk)
-  #:use-module (gnu packages hunspell)
   #:use-module (gnu packages icu4c)
   #:use-module (gnu packages image)
   #:use-module (gnu packages libreoffice)
@@ -8359,8 +8359,10 @@ and Karl Berry.")
                    (with-output-to-file "src/tests/check_layout.cmake"
                      (const #t)))))))
     (inputs
-     (list boost
-           hunspell ; Note: Could also use aspell instead.
+     ;; XXX: Aspell library is properly detected during build, but hunspell
+     ;; isn't.  So we use the former here.
+     (list aspell
+           boost
            libx11
            mythes
            python



reply via email to

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