ngz pushed a commit to branch master
in repository guix.
commit c50614a0c373a6d4cf222e6fa8d7373eaaa95a79
Author: Nicolas Goaziou <[email protected]>
AuthorDate: Mon Aug 14 10:16:07 2023 +0200
gnu: Add texlive-pst-feyn.
* gnu/packages/tex.scm (texlive-pst-feyn): 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 9a572220ce..316b2e81d4 100644
--- a/gnu/packages/tex.scm
+++ b/gnu/packages/tex.scm
@@ -32891,6 +32891,26 @@ coordinates is limited to points which controlled the
figure.")
to put code and output side by side or one above the other.")
(license license:lppl)))
+(define-public texlive-pst-feyn
+ (package
+ (name "texlive-pst-feyn")
+ (version (number->string %texlive-revision))
+ (source (texlive-origin
+ name version
+ (list "doc/generic/pst-feyn/" "dvips/pst-feyn/"
+ "tex/generic/pst-feyn/"
+ "tex/latex/pst-feyn/")
+ (base32
+ "08m8pwl5kk2rs835pnksap8ld6ir0chlbswchgpvks229i6gkrj0")))
+ (outputs '("out" "doc"))
+ (build-system texlive-build-system)
+ (home-page "https://ctan.org/pkg/pst-feyn")
+ (synopsis "Draw graphical elements for Feynman diagrams")
+ (description
+ "@code{pst-feyn} is a set of drawing graphical elements which are used
+for Feynman diagrams.")
+ (license license:lppl)))
+
(define-public texlive-pst-text
(package
(name "texlive-pst-text")