mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-28 15:22:18 -05:00
gnu: Add texlive-colorprofiles.
* gnu/packages/tex.scm (texlive-colorprofiles): New variable.
This commit is contained in:
parent
5adb6cded6
commit
f2a8c918c2
1 changed files with 20 additions and 0 deletions
|
@ -6709,6 +6709,26 @@ (define-public texlive-cmap
|
|||
|
||||
(define-deprecated-package texlive-latex-cmap texlive-cmap)
|
||||
|
||||
(define-public texlive-colorprofiles
|
||||
(package
|
||||
(name "texlive-colorprofiles")
|
||||
(version (number->string %texlive-revision))
|
||||
(source (texlive-origin
|
||||
name version
|
||||
(list "doc/generic/colorprofiles/"
|
||||
"tex/generic/colorprofiles/")
|
||||
(base32
|
||||
"1nxbds0jhn5wvf50iy1a4mpfgk56587kqvs4wxf08ysvqx6xiaxv")))
|
||||
(outputs '("out" "doc"))
|
||||
(build-system texlive-build-system)
|
||||
(home-page "https://ctan.org/pkg/colorprofiles")
|
||||
(synopsis "Collection of free ICC profiles")
|
||||
(description
|
||||
"This package collects ICC profiles that can be used by color profile
|
||||
aware applications or tools like the @code{pdfx} package, as well as TeX and
|
||||
LaTeX packages to access them.")
|
||||
(license license:lppl1.2+))) ;per "colorprofiles.sty"
|
||||
|
||||
(define-public texlive-colortbl
|
||||
(package
|
||||
(name "texlive-colortbl")
|
||||
|
|
Loading…
Reference in a new issue