mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-19 05:07:11 -05:00
gnu: texlive-graphics-def: Propagate missing dependency.
* gnu/packages/tex.scm (texlive-graphics-def)[propagated-inputs]: New field. Add TEXLIVE-LATEX-EPSTOPDF-PKG.
This commit is contained in:
parent
e3ce85725c
commit
00a2c472d0
1 changed files with 2 additions and 0 deletions
|
@ -2923,6 +2923,8 @@ (define-public texlive-graphics-def
|
||||||
(base32
|
(base32
|
||||||
"125lm2m9813p29yl7am21kgqdpigyqvrjarg73jpaczifbbbqklf")
|
"125lm2m9813p29yl7am21kgqdpigyqvrjarg73jpaczifbbbqklf")
|
||||||
#:trivial? #t))
|
#:trivial? #t))
|
||||||
|
(propagated-inputs
|
||||||
|
`(("texlive-latex-epstopdf-pkg" ,texlive-latex-epstopdf-pkg)))
|
||||||
(home-page "https://www.ctan.org/pkg/latex-graphics")
|
(home-page "https://www.ctan.org/pkg/latex-graphics")
|
||||||
(synopsis "Color and graphics option files")
|
(synopsis "Color and graphics option files")
|
||||||
(description
|
(description
|
||||||
|
|
Loading…
Reference in a new issue