guix-commits
[Top][All Lists]
Advanced

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

01/07: gnu: texlive-latex-hyperref: Add missing inputs.


From: guix-commits
Subject: 01/07: gnu: texlive-latex-hyperref: Add missing inputs.
Date: Fri, 1 Mar 2019 06:55:44 -0500 (EST)

rekado pushed a commit to branch master
in repository guix.

commit 2a0bcbf49a9b13b63da268bf9b83fafc6b033620
Author: Ricardo Wurmus <address@hidden>
Date:   Fri Mar 1 12:21:26 2019 +0100

    gnu: texlive-latex-hyperref: Add missing inputs.
    
    * gnu/packages/tex.scm (texlive-latex-hyperref)[propagated-inputs]: Add
    texlive-latex-oberdiek and texlive-latex-url.
---
 gnu/packages/tex.scm | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/gnu/packages/tex.scm b/gnu/packages/tex.scm
index 5f294dc..334d8fd 100644
--- a/gnu/packages/tex.scm
+++ b/gnu/packages/tex.scm
@@ -1667,6 +1667,9 @@ tables.")
                 "1d3rmjgzh0025a1dza55zb6nzzlgd1y9snwx45wq1c1vf42m79h2"))))
     (build-system texlive-build-system)
     (arguments '(#:tex-directory "latex/hyperref"))
+    (propagated-inputs
+     `(("texlive-latex-oberdiek" ,texlive-latex-oberdiek) ; for ltxcmds.sty
+       ("texlive-latex-url" ,texlive-latex-url)))
     (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]