gnu: texlive-tetex: Refresh package definition.

* gnu/packages/tex.scm (texlive-tetex): Remove SIMPLE-TEXLIVE-PACKAGE
call.
This commit is contained in:
Nicolas Goaziou 2023-05-18 11:00:01 +02:00
parent 6a09a6c5eb
commit 8b2d1a9347
No known key found for this signature in database
GPG key ID: DA00B4F048E92F2D

View file

@ -4288,19 +4288,23 @@ (define-deprecated-package texlive-latex-url texlive-url)
(define-public texlive-tetex
(package
(inherit (simple-texlive-package
"texlive-tetex"
(list "/dvips/tetex/"
"/fonts/enc/dvips/tetex/"
"/fonts/map/dvips/tetex/")
(base32
"05mf8yqdj2wrc1zm3al2j4aam2wx0ky6a7slxw17pkd1c7rmvjrq")
#:trivial? #t))
(name "texlive-tetex")
(version (number->string %texlive-revision))
(source (texlive-origin
name version
(list "dvips/tetex/"
"fonts/enc/dvips/tetex/"
"fonts/map/dvips/tetex/")
(base32
"05mf8yqdj2wrc1zm3al2j4aam2wx0ky6a7slxw17pkd1c7rmvjrq")))
(build-system texlive-build-system)
(arguments (list #:texlive-latex-base #f))
(home-page "https://www.ctan.org/pkg/tetex")
(synopsis "Font maps originally from teTeX")
(description "This package provides font maps that were originally part of
the now obsolete teTeX distributions but are still used at the core of the TeX
Live distribution.")
(description
"This package provides font maps that were originally part of the now
obsolete teTeX distributions but are still used at the core of the TeX Live
distribution.")
(license license:public-domain)))
(define-public texlive-l3kernel