gnu: Add texlive-hypdestopt.

* gnu/packages/tex.scm (texlive-hypdestopt): New variable.
This commit is contained in:
Nicolas Goaziou 2023-08-29 15:52:42 +02:00
parent 68d07921b2
commit b9f6535bbc
No known key found for this signature in database
GPG key ID: DA00B4F048E92F2D

View file

@ -85238,6 +85238,26 @@ (define-public texlive-hwemoji
diversity modifier sequences, and tag sequences.")
(license (list license:lppl1.3c license:cc-by4.0))))
(define-public texlive-hypdestopt
(package
(name "texlive-hypdestopt")
(version (number->string %texlive-revision))
(source (texlive-origin
name version
(list "doc/latex/hypdestopt/"
"tex/latex/hypdestopt/")
(base32
"0pzzgjdwxz7hxhkwc663dbqp0kc831353yrzsm8av1qcnl3mmrk9")))
(outputs '("out" "doc"))
(build-system texlive-build-system)
(home-page "https://ctan.org/pkg/hypdestopt")
(synopsis "@code{hyperref} destination optimizer")
(description
"This package supports @code{hyperref}'s pdfTeX driver. It removes
unnecessary destinations and shortens the destination names or uses numbered
destinations to get smaller PDF files.")
(license license:lppl1.3+)))
;;;
;;; 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