From 4d062c26f8e038ba1fe6d8b29fba26d65d95e58b Mon Sep 17 00:00:00 2001 From: Nicolas Goaziou Date: Sun, 18 Jun 2023 16:30:25 +0200 Subject: [PATCH] gnu: Add texlive-wasy-type1. * gnu/packages/tex.scm (texlive-wasy-type1): 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 9bfcf1e59a..85a6a10796 100644 --- a/gnu/packages/tex.scm +++ b/gnu/packages/tex.scm @@ -7965,6 +7965,28 @@ in the Metafont and Adobe Type 1 formats. Support under LaTeX is provided by the @code{wasysym} package.") (license license:public-domain))) +(define-public texlive-wasy-type1 + (package + (name "texlive-wasy-type1") + (version (number->string %texlive-revision)) + (source (texlive-origin + name version + (list "doc/fonts/wasy-type1/" + "fonts/afm/public/wasy-type1/" + "fonts/map/dvips/wasy-type1/" + "fonts/type1/public/wasy-type1/") + (base32 + "01xwryijs787ab4ayfsj44ylf72s0zkm49zm0yk4ghs4vck2qvq3"))) + (outputs '("out" "doc")) + (build-system texlive-build-system) + (propagated-inputs (list texlive-wasy)) + (home-page "https://ctan.org/pkg/wasy-type1") + (synopsis "Type 1 versions of @code{wasy} fonts") + (description + "This package provides converted (Adobe Type 1) outlines of the +@code{wasy} fonts.") + (license license:public-domain))) + (define-public texlive-wasysym (package (name "texlive-wasysym")