gnu: texlive-hyperref: Propagate more inputs.

* gnu/packages/tex.scm (texlive-hyperref)[propagated-inputs]: Add TEXLIVE-CM,
TEXLIVE-LATEX-GRAPHICS, TEXLIVE-STRINGENC, and TEXLIVE-ZAPFDING.
* gnu/packages/sphinx.scm (python-sphinx)[propagated-inputs]: Remove
TEXLIVE-STRINGENC and TEXLIVE-ZAPFDING.
This commit is contained in:
Marius Bakke 2022-08-13 12:04:53 +02:00
parent 27555b0566
commit 213c60f332
No known key found for this signature in database
GPG key ID: A2A06DF2A33A54FA
2 changed files with 4 additions and 10 deletions

View file

@ -111,10 +111,6 @@
texlive-etoolbox
texlive-generic-ltxcmds
texlive-hyperref
;; TODO: Remove texlive-stringenc and texlive-zapfding after
;; propagating them in texlive-hyperref in next rebuild cycle.
texlive-stringenc
texlive-zapfding
texlive-latex-base ;alltt, atbegshi, makeidx, textcomp
texlive-latex-cmap
texlive-latex-fancyhdr

View file

@ -3429,12 +3429,10 @@ XML, using UTF-8 or a suitable 8-bit encoding.")
texlive-latex-refcount
texlive-latex-rerunfilecheck
texlive-url
;; TODO: Add this in next rebuild cycle.
;;texlive-cm
;;texlive-latex-graphics ;for keyval
;;texlive-stringenc
;;texlive-zapfding
))
texlive-cm
texlive-latex-graphics ;for keyval
texlive-stringenc
texlive-zapfding))
(home-page "https://www.ctan.org/pkg/hyperref")
(synopsis "Extensive support for hypertext in LaTeX")
(description