[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
95/111: gnu: Add texlive-pst-tools.
From: |
guix-commits |
Subject: |
95/111: gnu: Add texlive-pst-tools. |
Date: |
Mon, 14 Aug 2023 05:04:49 -0400 (EDT) |
ngz pushed a commit to branch master
in repository guix.
commit d6c360c62ff87f06f2ed857249d589c54b7daf2a
Author: Nicolas Goaziou <mail@nicolasgoaziou.fr>
AuthorDate: Mon Aug 14 10:36:47 2023 +0200
gnu: Add texlive-pst-tools.
* gnu/packages/tex.scm (texlive-pst-tools): New variable.
---
gnu/packages/tex.scm | 20 ++++++++++++++++++++
1 file changed, 20 insertions(+)
diff --git a/gnu/packages/tex.scm b/gnu/packages/tex.scm
index fcb19a86ce..f7b0859830 100644
--- a/gnu/packages/tex.scm
+++ b/gnu/packages/tex.scm
@@ -34205,6 +34205,26 @@ of the old package @code{pst-char}.")
with various fillings for the body of the lines.")
(license license:lppl)))
+(define-public texlive-pst-tools
+ (package
+ (name "texlive-pst-tools")
+ (version (number->string %texlive-revision))
+ (source (texlive-origin
+ name version
+ (list "doc/generic/pst-tools/" "dvips/pst-tools/"
+ "tex/generic/pst-tools/"
+ "tex/latex/pst-tools/")
+ (base32
+ "1ws149np6121mc7msw32wkc6pn528ldsd5g95w4n4vcm6r54pmgq")))
+ (outputs '("out" "doc"))
+ (build-system texlive-build-system)
+ (home-page "https://ctan.org/pkg/pst-tools")
+ (synopsis "PSTricks support functions")
+ (description
+ "The package provides helper functions for other PSTricks related
+packages.")
+ (license license:lppl)))
+
(define-public texlive-marginnote
(package
(name "texlive-marginnote")
- 51/111: gnu: Add texlive-pst-hsb., (continued)
- 51/111: gnu: Add texlive-pst-hsb., guix-commits, 2023/08/14
- 55/111: gnu: Add texlive-pst-knot., guix-commits, 2023/08/14
- 59/111: gnu: Add texlive-pst-light3d., guix-commits, 2023/08/14
- 53/111: gnu: Add texlive-pst-intersect., guix-commits, 2023/08/14
- 64/111: gnu: Add texlive-pst-mirror., guix-commits, 2023/08/14
- 52/111: gnu: Add texlive-pst-infixplot., guix-commits, 2023/08/14
- 96/111: gnu: Add texlive-pst-tree., guix-commits, 2023/08/14
- 89/111: gnu: Add texlive-pst-soroban., guix-commits, 2023/08/14
- 97/111: gnu: Add texlive-pst-turtle., guix-commits, 2023/08/14
- 77/111: gnu: Add texlive-pst-plot., guix-commits, 2023/08/14
- 95/111: gnu: Add texlive-pst-tools.,
guix-commits <=
- 106/111: gnu: Add texlive-pstricks-calcnotes., guix-commits, 2023/08/14
- 107/111: gnu: Add texlive-uml., guix-commits, 2023/08/14
- 108/111: gnu: Add texlive-vaucanson-g., guix-commits, 2023/08/14