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.
This commit is contained in:
Ludovic Courtès 2020-05-10 15:36:28 +02:00
parent 933fdd558b
commit 22bff285b4
No known key found for this signature in database
GPG key ID: 090B11993D9AEBB5

View file

@ -2203,7 +2203,7 @@ (define-public emacs-mmm-mode
`(("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