guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

11/93: gnu: Add texlive-colorsep.


From: guix-commits
Subject: 11/93: gnu: Add texlive-colorsep.
Date: Thu, 20 Jul 2023 05:21:14 -0400 (EDT)

ngz pushed a commit to branch master
in repository guix.

commit 72ab0870fa4cb764e79c253984042ef2eb1f09c2
Author: Nicolas Goaziou <mail@nicolasgoaziou.fr>
AuthorDate: Thu Jul 20 10:45:07 2023 +0200

    gnu: Add texlive-colorsep.
    
    * gnu/packages/tex.scm (texlive-colorsep): New variable.
---
 gnu/packages/tex.scm | 16 ++++++++++++++++
 1 file changed, 16 insertions(+)

diff --git a/gnu/packages/tex.scm b/gnu/packages/tex.scm
index baf125ad6f..5ed94cd03a 100644
--- a/gnu/packages/tex.scm
+++ b/gnu/packages/tex.scm
@@ -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")



reply via email to

[Prev in Thread] Current Thread [Next in Thread]