mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-20 17:53:26 -05:00
gnu: texlive-graphics-def: Refresh package definition.
* gnu/packages/tex.scm (texlive-graphics-def): Remove SIMPLE-TEXLIVE-PACKAGE call.
This commit is contained in:
parent
95e66036b1
commit
a9fd178710
1 changed files with 12 additions and 11 deletions
|
@ -3692,17 +3692,18 @@ (define-public texlive-glyphlist
|
||||||
|
|
||||||
(define-public texlive-graphics-def
|
(define-public texlive-graphics-def
|
||||||
(package
|
(package
|
||||||
(inherit (simple-texlive-package
|
(name "texlive-graphics-def")
|
||||||
"texlive-graphics-def"
|
(version (number->string %texlive-revision))
|
||||||
(list "/doc/latex/graphics-def/README.md"
|
(source (texlive-origin
|
||||||
"/tex/latex/graphics-def/")
|
name version
|
||||||
(base32
|
(list "doc/latex/graphics-def/"
|
||||||
"0b66fy06safyrd717rfr476g1gz6nqfv1vqvam7ac2yy0g0djb17")
|
"tex/latex/graphics-def/")
|
||||||
#:trivial? #t))
|
(base32
|
||||||
(propagated-inputs
|
"0b66fy06safyrd717rfr476g1gz6nqfv1vqvam7ac2yy0g0djb17")))
|
||||||
(list texlive-epstopdf-pkg))
|
(outputs '("out" "doc"))
|
||||||
(home-page "https://www.ctan.org/pkg/latex-graphics")
|
(build-system texlive-build-system)
|
||||||
(synopsis "Color and graphics option files")
|
(home-page "https://ctan.org/pkg/graphics-def")
|
||||||
|
(synopsis "Colour and graphics option files")
|
||||||
(description
|
(description
|
||||||
"This bundle is a combined distribution consisting of @file{dvips.def},
|
"This bundle is a combined distribution consisting of @file{dvips.def},
|
||||||
@file{pdftex.def}, @file{luatex.def}, @file{xetex.def}, @file{dvipdfmx.def},
|
@file{pdftex.def}, @file{luatex.def}, @file{xetex.def}, @file{dvipdfmx.def},
|
||||||
|
|
Loading…
Reference in a new issue