mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-07 15:36:20 -05:00
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:
parent
933fdd558b
commit
22bff285b4
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue