mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
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:
parent
a05d1d82c0
commit
8c4c2a983e
2 changed files with 15 additions and 2 deletions
|
@ -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"))
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue