guix-commits
[Top][All Lists]
Advanced

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

96/245: gnu: Add texlive-ghsystem.


From: guix-commits
Subject: 96/245: gnu: Add texlive-ghsystem.
Date: Sun, 30 Jul 2023 13:46:44 -0400 (EDT)

ngz pushed a commit to branch master
in repository guix.

commit 92ffb120df28d1df67fecea55bd265b9008e4e1b
Author: Nicolas Goaziou <mail@nicolasgoaziou.fr>
AuthorDate: Sun Jul 30 16:20:47 2023 +0200

    gnu: Add texlive-ghsystem.
    
    * gnu/packages/tex.scm (texlive-ghsystem): 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 c0be211113..7a91b1e0af 100644
--- a/gnu/packages/tex.scm
+++ b/gnu/packages/tex.scm
@@ -3779,6 +3779,25 @@ provides an environment like @code{eqnarray}, a 
@code{newtheorem}-like
 environment (NewTheorem), and several macros.")
     (license license:isc)))
 
+(define-public texlive-ghsystem
+  (package
+    (name "texlive-ghsystem")
+    (version (number->string %texlive-revision))
+    (source (texlive-origin
+             name version
+             (list "doc/latex/ghsystem/" "tex/latex/ghsystem/")
+             (base32
+              "1a8plly9zcbym67yzk6rp5mlk12lngmhdx6c3riar2w86nlvq55l")))
+    (outputs '("out" "doc"))
+    (build-system texlive-build-system)
+    (home-page "https://ctan.org/pkg/ghsystem";)
+    (synopsis "Globally harmonised system of chemical (etc) naming")
+    (description
+     "The package provides the means to typeset all the hazard and
+precautionary statements and pictograms in a straightforward way.  The
+statements are taken from EU regulation 1272/2008.")
+    (license license:lppl1.3+)))
+
 (define-public texlive-bibtex8
   (package
     (name "texlive-bibtex8")



reply via email to

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