me
/
guix
Archived
1
0
Fork 0

gnu: texlive-ly1: Refresh package definition.

* gnu/packages/tex.scm (texlive-ly1): Remove SIMPLE-TEXLIVE-PACKAGE
call.
Nicolas Goaziou 2023-05-15 17:11:39 +02:00
parent 5848b9ddb3
commit 9272f0576a
No known key found for this signature in database
GPG Key ID: DA00B4F048E92F2D
1 changed files with 21 additions and 17 deletions

View File

@ -11333,24 +11333,28 @@ Type 1 and OTF formats, with supporting files as necessary.")
(define-public texlive-ly1 (define-public texlive-ly1
(package (package
(inherit (simple-texlive-package (name "texlive-ly1")
"texlive-ly1" (version (number->string %texlive-revision))
(list "/doc/fonts/ly1/" (source (texlive-origin
"/fonts/enc/dvips/ly1/" name version
"/fonts/map/dvips/ly1/" (list "doc/fonts/ly1/"
"/fonts/tfm/adobe/ly1/" "fonts/enc/dvips/ly1/"
"/fonts/vf/adobe/ly1/" "fonts/map/dvips/ly1/"
"/tex/latex/ly1/") "fonts/tfm/adobe/ly1/"
(base32 "fonts/vf/adobe/ly1/"
"0wjyw0risgvrq97zfciglwy1f4msvfslln6pz0q8yzzx8wsv3zgq") "tex/latex/ly1/"
#:trivial? #t)) "tex/plain/ly1/")
(home-page "https://www.ctan.org/pkg/ly1") (base32
"1lks902rr94m3n3r4rc2lm4vvqhqv9prgrpni5ww64rqrv56h8yy")))
(outputs '("out" "doc"))
(build-system texlive-build-system)
(home-page "https://ctan.org/pkg/ly1")
(synopsis "Support for LY1 LaTeX encoding") (synopsis "Support for LY1 LaTeX encoding")
(description "The legacy @emph{texnansi} (TeX and ANSI) encoding (description
is known in the LaTeX scheme of things as @emph{LY1} encoding. The "The legacy @code{texnansi} (TeX and ANSI) encoding is known in the LaTeX
@code{ly1} bundle includes metrics and LaTeX macros to use the three scheme of things as @emph{LY1} encoding. The @code{ly1} bundle includes
basic Adobe Type 1 fonts (Times, Helvetica and Courier) in LaTeX using metrics and LaTeX macros to use the three basic Adobe Type 1 fonts (Times,
LY1 encoding.") Helvetica and Courier) in LaTeX using LY1 encoding.")
(license license:lppl1.0+))) (license license:lppl1.0+)))
(define-public texlive-sectsty (define-public texlive-sectsty