mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-31 16:42:38 -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
|
||||
(package
|
||||
(inherit (simple-texlive-package
|
||||
"texlive-graphics-def"
|
||||
(list "/doc/latex/graphics-def/README.md"
|
||||
"/tex/latex/graphics-def/")
|
||||
(base32
|
||||
"0b66fy06safyrd717rfr476g1gz6nqfv1vqvam7ac2yy0g0djb17")
|
||||
#:trivial? #t))
|
||||
(propagated-inputs
|
||||
(list texlive-epstopdf-pkg))
|
||||
(home-page "https://www.ctan.org/pkg/latex-graphics")
|
||||
(synopsis "Color and graphics option files")
|
||||
(name "texlive-graphics-def")
|
||||
(version (number->string %texlive-revision))
|
||||
(source (texlive-origin
|
||||
name version
|
||||
(list "doc/latex/graphics-def/"
|
||||
"tex/latex/graphics-def/")
|
||||
(base32
|
||||
"0b66fy06safyrd717rfr476g1gz6nqfv1vqvam7ac2yy0g0djb17")))
|
||||
(outputs '("out" "doc"))
|
||||
(build-system texlive-build-system)
|
||||
(home-page "https://ctan.org/pkg/graphics-def")
|
||||
(synopsis "Colour and graphics option files")
|
||||
(description
|
||||
"This bundle is a combined distribution consisting of @file{dvips.def},
|
||||
@file{pdftex.def}, @file{luatex.def}, @file{xetex.def}, @file{dvipdfmx.def},
|
||||
|
|
Loading…
Reference in a new issue