gnu: texlive-times: Refresh package definition.
* gnu/packages/tex.scm (texlive-times): Remove SIMPLE-TEXLIVE-PACKAGE call.
This commit is contained in:
parent
7dc12f51f4
commit
db6f59cf24
1 changed files with 17 additions and 15 deletions
|
@ -7355,21 +7355,23 @@ TeX, and LaTeX font definition and other relevant files.")
|
||||||
|
|
||||||
(define-public texlive-times
|
(define-public texlive-times
|
||||||
(package
|
(package
|
||||||
(inherit (simple-texlive-package
|
(name "texlive-times")
|
||||||
"texlive-times"
|
(version (number->string %texlive-revision))
|
||||||
(list "/dvips/times/"
|
(source (texlive-origin
|
||||||
"/fonts/afm/adobe/times/"
|
name version
|
||||||
"/fonts/afm/urw/times/"
|
(list "dvips/times/"
|
||||||
"/fonts/tfm/adobe/times/"
|
"fonts/afm/adobe/times/"
|
||||||
"/fonts/tfm/urw35vf/times/"
|
"fonts/afm/urw/times/"
|
||||||
"/fonts/type1/urw/times/"
|
"fonts/map/dvips/times/"
|
||||||
"/fonts/vf/adobe/times/"
|
"fonts/tfm/adobe/times/"
|
||||||
"/fonts/vf/urw35vf/times/"
|
"fonts/tfm/urw35vf/times/"
|
||||||
"/fonts/map/dvips/times/"
|
"fonts/type1/urw/times/"
|
||||||
"/tex/latex/times/")
|
"fonts/vf/adobe/times/"
|
||||||
|
"fonts/vf/urw35vf/times/"
|
||||||
|
"tex/latex/times/")
|
||||||
(base32
|
(base32
|
||||||
"13g41a7vbkvsf7ki9dgl7qm100w382mnlqkcngwgl3axp6s5s8l0")
|
"13g41a7vbkvsf7ki9dgl7qm100w382mnlqkcngwgl3axp6s5s8l0")))
|
||||||
#:trivial? #t))
|
(build-system texlive-build-system)
|
||||||
(home-page "https://ctan.org/pkg/urw-base35")
|
(home-page "https://ctan.org/pkg/urw-base35")
|
||||||
(synopsis "URW Base 35 font pack for LaTeX")
|
(synopsis "URW Base 35 font pack for LaTeX")
|
||||||
(description
|
(description
|
||||||
|
|
Reference in a new issue