From 7704b3f5fdfe2d30013b28bc35f8768b325877c6 Mon Sep 17 00:00:00 2001 From: Nicolas Goaziou Date: Mon, 21 Aug 2023 12:10:58 +0200 Subject: [PATCH] gnu: Add texlive-ean. * gnu/packages/tex.scm (texlive-ean): New variable. --- gnu/packages/tex.scm | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) diff --git a/gnu/packages/tex.scm b/gnu/packages/tex.scm index ff9fa72172..0972cb5ce7 100644 --- a/gnu/packages/tex.scm +++ b/gnu/packages/tex.scm @@ -10593,6 +10593,22 @@ Gaulle (now deceased), under a free licence. It replaces the old full @code{frenchle} packages.") (license license:lppl1.3+))) +(define-public texlive-ean + (package + (name "texlive-ean") + (version (number->string %texlive-revision)) + (source (texlive-origin + name version + (list "doc/generic/ean/" "tex/generic/ean/") + (base32 + "1zyxjpc0ggas43lpvl1l1mknqmd94q0cqgw6w2by29w3r8wafjh9"))) + (outputs '("out" "doc")) + (build-system texlive-build-system) + (home-page "https://ctan.org/pkg/ean") + (synopsis "Macros for making EAN barcodes") + (description "This package provides EAN-8 and EAN-13 forms.") + (license license:gpl3+))) + (define-public texlive-easing (package (name "texlive-easing")