guix-commits
[Top][All Lists]
Advanced

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

203/245: gnu: Add texlive-siunits.


From: guix-commits
Subject: 203/245: gnu: Add texlive-siunits.
Date: Sun, 30 Jul 2023 13:47:06 -0400 (EDT)

ngz pushed a commit to branch master
in repository guix.

commit 592006c73aa835755d20c5936f0b922b8cbf7bbd
Author: Nicolas Goaziou <mail@nicolasgoaziou.fr>
AuthorDate: Sun Jul 30 16:49:01 2023 +0200

    gnu: Add texlive-siunits.
    
    * gnu/packages/tex.scm (texlive-siunits): 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 93917541bd..9bfd4218e3 100644
--- a/gnu/packages/tex.scm
+++ b/gnu/packages/tex.scm
@@ -6180,6 +6180,26 @@ superseded by @code{siunitx}; @code{sistyle} has 
maintenance-only support,
 now.")
     (license license:lppl)))
 
+(define-public texlive-siunits
+  (package
+    (name "texlive-siunits")
+    (version (number->string %texlive-revision))
+    (source (texlive-origin
+             name version
+             (list "doc/latex/siunits/" "source/latex/siunits/"
+                   "tex/latex/siunits/")
+             (base32
+              "1lw9qjb1bnk357z20yri3lhcvxdnknb7yymb6hh5y8jb61pskns4")))
+    (outputs '("out" "doc"))
+    (build-system texlive-build-system)
+    (home-page "https://ctan.org/pkg/siunits";)
+    (synopsis "International System of Units")
+    (description
+     "This package typesets physical units following the rules of the
+International System of Units (SI).  Note that the package is now superseded
+by @code{siunitx}; @code{siunits} has maintenance-only support, now.")
+    (license license:lppl1.3+)))
+
 (define-public texlive-bibtex8
   (package
     (name "texlive-bibtex8")



reply via email to

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