GNU bug report logs - #64225
[PATCH 0/9] Adding unrelated texlive packages

Previous Next

Package: guix-patches;

Reported by: reza <reza <at> housseini.me>

Date: Thu, 22 Jun 2023 11:54:02 UTC

Severity: normal

Tags: moreinfo, patch

Done: Andreas Enge <andreas <at> enge.fr>

Bug is archived. No further changes may be made.

Full log


Message #14 received at 64225 <at> debbugs.gnu.org (full text, mbox):

From: reza <reza <at> housseini.me>
To: 64225 <at> debbugs.gnu.org <64225 <at> debbugs.gnu.org>
Cc: reza <reza <at> housseini.me>
Subject: [PATCH 3/9] gnu: Add texlive-smartdiagram.
Date: Thu, 22 Jun 2023 11:55:45 +0000
* gnu/packages/tex.scm (texlive-smartdiagram): New variable.
---
 gnu/packages/tex.scm | 14 ++++++++++++++
 1 file changed, 14 insertions(+)

diff --git a/gnu/packages/tex.scm b/gnu/packages/tex.scm
index 566a9fa0e8..b6f44732e2 100644
--- a/gnu/packages/tex.scm
+++ b/gnu/packages/tex.scm
@@ -4000,6 +4000,20 @@ (define-public texlive-onedown
 output of bridge terms.")
       (license license:lppl1.3+))))
 
+(define-public texlive-smartdiagram
+  (package
+    (inherit (simple-texlive-package
+              "texlive-smartdiagram"
+              (list "doc/latex/smartdiagram/"
+		    "tex/latex/smartdiagram/")
+              (base32
+               "0b9rq06c0xm9dpd6yljvgay0p7xpglpddw10vlf5c50wma4xqjda")
+              #:trivial? #t))
+    (home-page "https://www.ctan.org/pkg/smartdiagram")
+    (synopsis "Generate diagrams from lists")
+    (description "The package will create ‘smart’ diagrams from lists of items, for simple documents and for presentations.")
+    (license license:public-domain)))
+
 (define-public texlive-tools
   (let ((template (simple-texlive-package
                    "texlive-tools"
-- 
2.40.1






This bug report was last modified 1 year and 261 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.