[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")
- branch master updated (6547d3852b -> f019ce027c), guix-commits, 2023/07/20
- 01/93: gnu: Add texlive-abbr., guix-commits, 2023/07/20
- 03/93: gnu: Add texlive-apnum., guix-commits, 2023/07/20
- 05/93: gnu: Add texlive-barr.,
guix-commits <=
- 07/93: gnu: Add texlive-borceux., guix-commits, 2023/07/20
- 09/93: gnu: Add texlive-catcodes., guix-commits, 2023/07/20
- 10/93: gnu: Add texlive-chronosys., guix-commits, 2023/07/20
- 11/93: gnu: Add texlive-colorsep., guix-commits, 2023/07/20
- 18/93: gnu: Add texlive-dowith., guix-commits, 2023/07/20
- 16/93: gnu: Add texlive-dirtree., guix-commits, 2023/07/20
- 22/93: gnu: Add texlive-epsf-dvipdfmx., guix-commits, 2023/07/20
- 24/93: gnu: Add texlive-expkv-bundle., guix-commits, 2023/07/20
- 02/93: gnu: Add texlive-abstyles., guix-commits, 2023/07/20
- 04/93: gnu: Add texlive-autoaligne., guix-commits, 2023/07/20