mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-28 15:22:18 -05:00
gnu: Add texlive-graphicxpsd.
* gnu/packages/tex.scm (texlive-graphicxpsd): New variable.
This commit is contained in:
parent
bf04cdd890
commit
1dbdd0feea
1 changed files with 20 additions and 0 deletions
|
@ -17415,6 +17415,26 @@ (define-public texlive-graph35
|
|||
it.")
|
||||
(license license:lppl1.3+)))
|
||||
|
||||
(define-public texlive-graphicxpsd
|
||||
(package
|
||||
(name "texlive-graphicxpsd")
|
||||
(version (number->string %texlive-revision))
|
||||
(source (texlive-origin
|
||||
name version
|
||||
(list "doc/latex/graphicxpsd/"
|
||||
"tex/latex/graphicxpsd/")
|
||||
(base32
|
||||
"04fll1h90rl75bqbkhjp2yp8bragfkv5rj2kwrbbi6p7zq9nfrpn")))
|
||||
(outputs '("out" "doc"))
|
||||
(build-system texlive-build-system)
|
||||
(home-page "https://ctan.org/pkg/graphicxpsd")
|
||||
(synopsis
|
||||
"Adobe Photoshop Data format (PSD) support for @code{graphicx} package")
|
||||
(description
|
||||
"This package provides Adobe Photoshop Data format (PSD) support for the
|
||||
@code{graphicx} package with the @command{convert} command from ImageMagick.")
|
||||
(license license:expat)))
|
||||
|
||||
(define-public texlive-inlinedef
|
||||
(package
|
||||
(name "texlive-inlinedef")
|
||||
|
|
Loading…
Reference in a new issue