From 48d7613bdca8a1b552f5aec4eb6f0a277bd33267 Mon Sep 17 00:00:00 2001 From: Nicolas Goaziou Date: Thu, 13 Jul 2023 09:14:31 +0200 Subject: [PATCH] gnu: Add texlive-pgf-soroban. * gnu/packages/tex.scm (texlive-pgf-soroban): 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 2618bb06b8..72717bdb95 100644 --- a/gnu/packages/tex.scm +++ b/gnu/packages/tex.scm @@ -3081,6 +3081,25 @@ (define-public texlive-pgf-pie using PGF/TikZ.") (license (list license:gpl2 license:lppl1.3c)))) +(define-public texlive-pgf-soroban + (package + (name "texlive-pgf-soroban") + (version (number->string %texlive-revision)) + (source (texlive-origin + name version + (list "doc/latex/pgf-soroban/" + "tex/latex/pgf-soroban/") + (base32 + "1vcycmd5a3z6p9glbgw4lsxs0zv0lidvs240i18kv8s39yx6f88r"))) + (outputs '("out" "doc")) + (build-system texlive-build-system) + (home-page "https://ctan.org/pkg/pgf-soroban") + (synopsis "Create images of the soroban using TikZ/PGF") + (description + "The package makes it possible to create pictures of the +soroban (Japanese abacus) using PGF/TikZ.") + (license license:lppl))) + (define-public texlive-amiri (package (name "texlive-amiri")