gnu: texlive-helvetic: Refresh package definition.
* gnu/packages/tex.scm (texlive-helvetic): Remove SIMPLE-TEXLIVE-PACKAGE call.
This commit is contained in:
parent
6092f24536
commit
b5279feb7e
1 changed files with 22 additions and 19 deletions
|
|
@ -1973,27 +1973,30 @@ this useful when writing out arbitrary text to an external file.")
|
||||||
|
|
||||||
(define-public texlive-helvetic
|
(define-public texlive-helvetic
|
||||||
(package
|
(package
|
||||||
(inherit (simple-texlive-package
|
(name "texlive-helvetic")
|
||||||
"texlive-helvetic"
|
(version (number->string %texlive-revision))
|
||||||
(list "/dvips/helvetic/"
|
(source (texlive-origin
|
||||||
"/fonts/afm/adobe/helvetic/"
|
name version
|
||||||
"/fonts/afm/urw/helvetic/"
|
(list "dvips/helvetic/"
|
||||||
"/fonts/map/dvips/helvetic/"
|
"fonts/afm/adobe/helvetic/"
|
||||||
"/fonts/tfm/adobe/helvetic/"
|
"fonts/afm/urw/helvetic/"
|
||||||
"/fonts/tfm/monotype/helvetic/"
|
"fonts/map/dvips/helvetic/"
|
||||||
"/fonts/tfm/urw35vf/helvetic/"
|
"fonts/tfm/adobe/helvetic/"
|
||||||
"/fonts/type1/urw/helvetic/"
|
"fonts/tfm/monotype/helvetic/"
|
||||||
"/fonts/vf/adobe/helvetic/"
|
"fonts/tfm/urw35vf/helvetic/"
|
||||||
"/fonts/vf/monotype/helvetic/"
|
"fonts/type1/urw/helvetic/"
|
||||||
"/fonts/vf/urw35vf/helvetic/"
|
"fonts/vf/adobe/helvetic/"
|
||||||
"/tex/latex/helvetic/")
|
"fonts/vf/monotype/helvetic/"
|
||||||
(base32
|
"fonts/vf/urw35vf/helvetic/"
|
||||||
"0c3f1ly7y6404z0akbfbbfql13sz717v0n0g69qjpr69hi4n0nsl")
|
"tex/latex/helvetic/")
|
||||||
#:trivial? #t))
|
(base32
|
||||||
|
"0c3f1ly7y6404z0akbfbbfql13sz717v0n0g69qjpr69hi4n0nsl")))
|
||||||
|
(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 "This package provides a drop-in replacements for the Helvetica
|
(description
|
||||||
font from Adobe's basic set.")
|
"This package provides a drop-in replacements for the Helvetica font from
|
||||||
|
Adobe's basic set.")
|
||||||
;; No license version specified.
|
;; No license version specified.
|
||||||
(license license:gpl3+)))
|
(license license:gpl3+)))
|
||||||
|
|
||||||
|
|
|
||||||
Reference in a new issue