me
/
guix
Archived
1
0
Fork 0

gnu: Add texlive-colorsep.

* gnu/packages/tex.scm (texlive-colorsep): New variable.
Nicolas Goaziou 2023-07-20 10:45:07 +02:00
parent 45e916cb95
commit 72ab0870fa
No known key found for this signature in database
GPG Key ID: DA00B4F048E92F2D
1 changed files with 16 additions and 0 deletions

View File

@ -1412,6 +1412,22 @@ mechanism.
Interfaces for Plain TeX, ConTeXt and LaTeX are provided.")
(license license:lppl1.3+)))
(define-public texlive-colorsep
(package
(name "texlive-colorsep")
(version (number->string %texlive-revision))
(source (texlive-origin
name version
(list "dvips/colorsep/")
(base32
"0nf72pf2bjn8pcps45sn5dcjf1dkrww9wlpp1xbzl1h9i68p3h3h")))
(build-system texlive-build-system)
(home-page "https://ctan.org/pkg/colorsep")
(synopsis "Color separation")
(description
"This package provides support for colour separation when using Dvips.")
(license license:public-domain)))
(define-public texlive-dosepsbin
(package
(name "texlive-dosepsbin")