ngz pushed a commit to branch master
in repository guix.
commit 351222a605c292cfd5f75b42ce87079eb2f7968b
Author: Nicolas Goaziou <[email protected]>
AuthorDate: Sun Jul 30 15:52:53 2023 +0200
gnu: Add texlive-endiagram.
* gnu/packages/tex.scm (texlive-endiagram): New variable.
---
gnu/packages/tex.scm | 19 +++++++++++++++++++
1 file changed, 19 insertions(+)
diff --git a/gnu/packages/tex.scm b/gnu/packages/tex.scm
index e52aceb67a..fdb578aa35 100644
--- a/gnu/packages/tex.scm
+++ b/gnu/packages/tex.scm
@@ -3346,6 +3346,25 @@ symbols but does not provide any fonts. The fonts
themselves must be acquired
otherwise.")
(license license:gpl3)))
+(define-public texlive-endiagram
+ (package
+ (name "texlive-endiagram")
+ (version (number->string %texlive-revision))
+ (source (texlive-origin
+ name version
+ (list "doc/latex/endiagram/"
+ "tex/latex/endiagram/")
+ (base32
+ "07vm7ka7651mp5kk7m4ipk6agh4afmnq5ns1mjxvssb2wxfli3f0")))
+ (outputs '("out" "doc"))
+ (build-system texlive-build-system)
+ (home-page "https://ctan.org/pkg/endiagram")
+ (synopsis "Easy creation of potential energy curve diagrams")
+ (description
+ "The package provides the facility of drawing potential energy curve
+diagrams with just a few simple commands.")
+ (license license:lppl1.3+)))
+
(define-public texlive-bibtex8
(package
(name "texlive-bibtex8")