gnu: Add texlive-menu.

* gnu/packages/tex.scm (texlive-menu): New variable.
This commit is contained in:
Nicolas Goaziou 2023-08-29 15:55:25 +02:00
parent 8062b6a40d
commit ddca1faaf9
No known key found for this signature in database
GPG key ID: DA00B4F048E92F2D

View file

@ -88639,6 +88639,25 @@ (define-public texlive-mensa-tex
English (GB/US) and German.")
(license license:lppl1.3c)))
(define-public texlive-menu
(package
(name "texlive-menu")
(version (number->string %texlive-revision))
(source (texlive-origin
name version
(list "doc/latex/menu/" "source/latex/menu/"
"tex/latex/menu/")
(base32
"0qlwrkqnj59s9c5qqp65xagv834wh6ak4aafc7hk97m29jyndygr")))
(outputs '("out" "doc"))
(build-system texlive-build-system)
(home-page "https://ctan.org/pkg/menu")
(synopsis "Typesetting menus")
(description
"The package defines command @code{\\menu} which assists typesetting of a path
through a program's menu.")
(license license:lppl)))
;;;
;;; Avoid adding new packages to the end of this file. To reduce the chances
;;; of a merge conflict, place them above by existing packages with similar