From 0602047ca9de4943a51f703ffc394c975e3d4b51 Mon Sep 17 00:00:00 2001 From: Maxim Cournoyer Date: Tue, 5 Jan 2021 21:23:18 -0500 Subject: [PATCH] gnu: Add texlive-wasy. * gnu/packages/tex.scm (texlive-wasy): New variable. --- gnu/packages/tex.scm | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) diff --git a/gnu/packages/tex.scm b/gnu/packages/tex.scm index d8fbee3237..4e13c62717 100644 --- a/gnu/packages/tex.scm +++ b/gnu/packages/tex.scm @@ -5745,6 +5745,24 @@ (define-public texlive-latex-varwidth get a narrower “natural” width.") (license license:lppl))) +(define-public texlive-wasy + (package + (inherit (simple-texlive-package + "texlive-wasy" + (list "/fonts/source/public/wasy/" + "/fonts/tfm/public/wasy/" + "/tex/plain/wasy/" + "/doc/fonts/wasy/") + (base32 + "10dxbqgv42niybj65hj6y47x8lsl83m48rgw2v2s50k05wbghwbm") + #:trivial? #t)) + (home-page "https://www.ctan.org/pkg/wasy") + (synopsis "Waldi symbol fonts") + (description "This package provides the @code{wasy} (Waldi symbol) fonts, +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-latex-wasysym (package (name "texlive-latex-wasysym")