mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-02-11 22:36:22 +01:00
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:
parent
27555b0566
commit
213c60f332
2 changed files with 4 additions and 10 deletions
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue