guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

12/12: gnu: texlive-hyperref: Propagate more inputs.


From: guix-commits
Subject: 12/12: gnu: texlive-hyperref: Propagate more inputs.
Date: Sat, 13 Aug 2022 13:25:20 -0400 (EDT)

mbakke pushed a commit to branch staging
in repository guix.

commit 213c60f332a8531f6bbafc02365f9dd6d8e01e98
Author: Marius Bakke <marius@gnu.org>
AuthorDate: Sat Aug 13 12:04:53 2022 +0200

    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.
---
 gnu/packages/sphinx.scm |  4 ----
 gnu/packages/tex.scm    | 10 ++++------
 2 files changed, 4 insertions(+), 10 deletions(-)

diff --git a/gnu/packages/sphinx.scm b/gnu/packages/sphinx.scm
index 1e628a0e75..cded866c90 100644
--- a/gnu/packages/sphinx.scm
+++ b/gnu/packages/sphinx.scm
@@ -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
diff --git a/gnu/packages/tex.scm b/gnu/packages/tex.scm
index 1a5ffdcdc3..3f44c6239d 100644
--- a/gnu/packages/tex.scm
+++ b/gnu/packages/tex.scm
@@ -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



reply via email to

[Prev in Thread] Current Thread [Next in Thread]