guix-commits
[Top][All Lists]
Advanced

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

05/93: gnu: Add texlive-barr.


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

ngz pushed a commit to branch master
in repository guix.

commit b3f27e353a1673688ac9370b69dc0030317b5df2
Author: Nicolas Goaziou <mail@nicolasgoaziou.fr>
AuthorDate: Thu Jul 20 10:43:37 2023 +0200

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

diff --git a/gnu/packages/tex.scm b/gnu/packages/tex.scm
index fe37d93021..9a93a477e2 100644
--- a/gnu/packages/tex.scm
+++ b/gnu/packages/tex.scm
@@ -1277,6 +1277,24 @@ virtual machine.")
 math expressions.")
     (license license:lppl1.3c)))
 
+(define-public texlive-barr
+  (package
+    (name "texlive-barr")
+    (version (number->string %texlive-revision))
+    (source (texlive-origin
+             name version
+             (list "doc/generic/barr/" "tex/generic/barr/")
+             (base32
+              "1l532g0nxigbllv2lf74bwx78sf4jsfr1cad0hpq7i7kq820wbii")))
+    (outputs '("out" "doc"))
+    (build-system texlive-build-system)
+    (home-page "https://ctan.org/pkg/diagxy";)
+    (synopsis "Diagram macros by Michael Barr")
+    (description
+     "Diagxy is a general diagramming package, useful for diagrams in a number
+of mathematical disciplines.")
+    (license license:lppl1.3+)))
+
 (define-public texlive-dosepsbin
   (package
     (name "texlive-dosepsbin")



reply via email to

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