guix-commits
[Top][All Lists]
Advanced

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

28/37: gnu: texlive-graphics-def: Propagate missing dependency.


From: guix-commits
Subject: 28/37: gnu: texlive-graphics-def: Propagate missing dependency.
Date: Sat, 5 Jun 2021 18:17:01 -0400 (EDT)

mbakke pushed a commit to branch core-updates
in repository guix.

commit 00a2c472d0db3227aba588586ed7223fcee8977f
Author: Marius Bakke <marius@gnu.org>
AuthorDate: Sun May 23 22:22:16 2021 +0200

    gnu: texlive-graphics-def: Propagate missing dependency.
    
    * gnu/packages/tex.scm (texlive-graphics-def)[propagated-inputs]: New field.
    Add TEXLIVE-LATEX-EPSTOPDF-PKG.
---
 gnu/packages/tex.scm | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/gnu/packages/tex.scm b/gnu/packages/tex.scm
index c99b7dc..ea89036 100644
--- a/gnu/packages/tex.scm
+++ b/gnu/packages/tex.scm
@@ -2923,6 +2923,8 @@ verbatim source).")
               (base32
                "125lm2m9813p29yl7am21kgqdpigyqvrjarg73jpaczifbbbqklf")
               #:trivial? #t))
+    (propagated-inputs
+     `(("texlive-latex-epstopdf-pkg" ,texlive-latex-epstopdf-pkg)))
     (home-page "https://www.ctan.org/pkg/latex-graphics";)
     (synopsis "Color and graphics option files")
     (description



reply via email to

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