gnu: texlive-tetex: Refresh package definition.
* gnu/packages/tex.scm (texlive-tetex): Remove SIMPLE-TEXLIVE-PACKAGE call.
parent
6a09a6c5eb
commit
8b2d1a9347
|
@ -4288,19 +4288,23 @@ of file names.")
|
||||||
|
|
||||||
(define-public texlive-tetex
|
(define-public texlive-tetex
|
||||||
(package
|
(package
|
||||||
(inherit (simple-texlive-package
|
(name "texlive-tetex")
|
||||||
"texlive-tetex"
|
(version (number->string %texlive-revision))
|
||||||
(list "/dvips/tetex/"
|
(source (texlive-origin
|
||||||
"/fonts/enc/dvips/tetex/"
|
name version
|
||||||
"/fonts/map/dvips/tetex/")
|
(list "dvips/tetex/"
|
||||||
(base32
|
"fonts/enc/dvips/tetex/"
|
||||||
"05mf8yqdj2wrc1zm3al2j4aam2wx0ky6a7slxw17pkd1c7rmvjrq")
|
"fonts/map/dvips/tetex/")
|
||||||
#:trivial? #t))
|
(base32
|
||||||
|
"05mf8yqdj2wrc1zm3al2j4aam2wx0ky6a7slxw17pkd1c7rmvjrq")))
|
||||||
|
(build-system texlive-build-system)
|
||||||
|
(arguments (list #:texlive-latex-base #f))
|
||||||
(home-page "https://www.ctan.org/pkg/tetex")
|
(home-page "https://www.ctan.org/pkg/tetex")
|
||||||
(synopsis "Font maps originally from teTeX")
|
(synopsis "Font maps originally from teTeX")
|
||||||
(description "This package provides font maps that were originally part of
|
(description
|
||||||
the now obsolete teTeX distributions but are still used at the core of the TeX
|
"This package provides font maps that were originally part of the now
|
||||||
Live distribution.")
|
obsolete teTeX distributions but are still used at the core of the TeX Live
|
||||||
|
distribution.")
|
||||||
(license license:public-domain)))
|
(license license:public-domain)))
|
||||||
|
|
||||||
(define-public texlive-l3kernel
|
(define-public texlive-l3kernel
|
||||||
|
|
Reference in New Issue