From bde8219ef80f4158ee9ffd586e078016658141f9 Mon Sep 17 00:00:00 2001 From: Nicolas Goaziou Date: Mon, 14 Aug 2023 10:14:49 +0200 Subject: [PATCH] gnu: Add texlive-pst-dbicons. * gnu/packages/tex.scm (texlive-pst-dbicons): New variable. --- gnu/packages/tex.scm | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) diff --git a/gnu/packages/tex.scm b/gnu/packages/tex.scm index a834ce48ba..4a7769e14c 100644 --- a/gnu/packages/tex.scm +++ b/gnu/packages/tex.scm @@ -32758,6 +32758,28 @@ series.") Optional arguments are the unit and the fontsize.") (license license:lppl))) +(define-public texlive-pst-dbicons + (package + (name "texlive-pst-dbicons") + (version (number->string %texlive-revision)) + (source (texlive-origin + name version + (list "doc/generic/pst-dbicons/" + "source/generic/pst-dbicons/" + "tex/latex/pst-dbicons/") + (base32 + "0pzfahir5vvxw28095myqppfpyik7agzncm9vm42gvldw45byr4q"))) + (outputs '("out" "doc")) + (build-system texlive-build-system) + (home-page "https://ctan.org/pkg/pst-dbicons") + (synopsis "Support for drawing ER diagrams") + (description + "The package provides some useful macros in the database area. The +package focusses on typesetting ER-Diagrams in a declarative style, i.e., by +positioning some nodes and defining the position of all other nodes relative +to them by using the standard database terminology.") + (license license:lppl))) + (define-public texlive-pst-text (package (name "texlive-pst-text")