gnu: Add texlive-wasy-type1.

* gnu/packages/tex.scm (texlive-wasy-type1): New variable.
This commit is contained in:
Nicolas Goaziou 2023-06-18 16:30:25 +02:00
parent d77e4608fb
commit 4d062c26f8
No known key found for this signature in database
GPG key ID: DA00B4F048E92F2D

View file

@ -7965,6 +7965,28 @@ (define-public texlive-wasy
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")