gnu: Add texlive-graphicxpsd.

* gnu/packages/tex.scm (texlive-graphicxpsd): New variable.
This commit is contained in:
Nicolas Goaziou 2023-07-13 00:32:20 +02:00
parent bf04cdd890
commit 1dbdd0feea
No known key found for this signature in database
GPG key ID: DA00B4F048E92F2D

View file

@ -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")