guix-commits
[Top][All Lists]
Advanced

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

15/37: gnu: Add texlive-generic-intcalc.


From: guix-commits
Subject: 15/37: gnu: Add texlive-generic-intcalc.
Date: Sat, 5 Jun 2021 18:16:57 -0400 (EDT)

mbakke pushed a commit to branch core-updates
in repository guix.

commit 2d78486e609c0a50eb3bb9868c06b7655f6d82a0
Author: Marius Bakke <marius@gnu.org>
AuthorDate: Sat May 22 17:55:52 2021 +0200

    gnu: Add texlive-generic-intcalc.
    
    * gnu/packages/tex.scm (texlive-generic-intcalc): New public variable.
---
 gnu/packages/tex.scm | 15 +++++++++++++++
 1 file changed, 15 insertions(+)

diff --git a/gnu/packages/tex.scm b/gnu/packages/tex.scm
index 81d72ec..d860d99 100644
--- a/gnu/packages/tex.scm
+++ b/gnu/packages/tex.scm
@@ -7317,6 +7317,21 @@ the corresponding LaTeX commands; under Plain TeX they 
are available as
 complete implementations.")
     (license license:lppl1.3c+)))
 
+(define-public texlive-generic-intcalc
+  (package
+    (inherit (simple-texlive-package
+              "texlive-generic-intcalc"
+              '("/tex/generic/intcalc/")
+              (base32
+               "0llrnayqwdqxi91yh7panbbiljina3bynv2hxhi6sssaw3pyd92l")
+              #:trivial? #t))
+    (home-page "https://www.ctan.org/pkg/intcalc";)
+    (synopsis "Expandable arithmetic operations with integers")
+    (description
+     "This package provides expandable arithmetic operations with integers,
+using the e-TeX extension @code{\\numexpr} if it is available.")
+    (license license:lppl1.3c+)))
+
 (define-public texlive-generic-listofitems
   (package
     (name "texlive-generic-listofitems")



reply via email to

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