guix-commits
[Top][All Lists]
Advanced

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

09/11: gnu: emacs-mmm-mode: Fix build failure of the manual.


From: guix-commits
Subject: 09/11: gnu: emacs-mmm-mode: Fix build failure of the manual.
Date: Sun, 10 May 2020 10:08:54 -0400 (EDT)

civodul pushed a commit to branch master
in repository guix.

commit 22bff285b4b9bff836ce08de853ef1e5becca9b7
Author: Ludovic Courtès <address@hidden>
AuthorDate: Sun May 10 15:36:28 2020 +0200

    gnu: emacs-mmm-mode: Fix build failure of the manual.
    
    * gnu/packages/emacs-xyz.scm (emacs-mmm-mode)[native-inputs]: Replace
    TEXINFO with TEXINFO-5.
---
 gnu/packages/emacs-xyz.scm | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gnu/packages/emacs-xyz.scm b/gnu/packages/emacs-xyz.scm
index ce1b1c4..c472958 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -2203,7 +2203,7 @@ window).")
      `(("autoconf" ,autoconf)
        ("automake" ,automake)
        ("emacs" ,emacs-minimal)
-       ("texinfo" ,texinfo)))
+       ("texinfo" ,texinfo-5)))               ;fails to build with Texinfo 6.7
     (home-page "https://github.com/purcell/mmm-mode";)
     (synopsis "Allow multiple major modes in an Emacs buffer")
     (description



reply via email to

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