gnu: Add Texinfo 6.1.

* gnu/packages/texinfo.scm (texinfo-6.1): New variable.
* gnu/packages/emacs.scm (emacs): Add comment about 'info.info'.
This commit is contained in:
Ludovic Courtès 2016-02-06 18:46:34 +01:00
parent a05d1d82c0
commit 8c4c2a983e
2 changed files with 15 additions and 2 deletions

View file

@ -89,7 +89,8 @@
"pwd"))))
(add-after 'install 'remove-info.info
(lambda* (#:key outputs #:allow-other-keys)
;; Remove 'info.info', which is provided by Texinfo.
;; Remove 'info.info', which is provided by Texinfo <= 6.0.
;; TODO: Remove this phase when we switch to Texinfo 6.1.
(let ((out (assoc-ref outputs "out")))
(delete-file
(string-append out "/share/info/info.info.gz"))