gnu: texlive-courier: Refresh package definition.
* gnu/packages/tex.scm (texlive-courier): Remove SIMPLE-TEXLIVE-PACKAGE call.
This commit is contained in:
parent
3d6607d518
commit
c630edbefe
@ -1311,24 +1311,24 @@ originals.")
|
|||||||
|
|
||||||
(define-public texlive-courier
|
(define-public texlive-courier
|
||||||
(package
|
(package
|
||||||
(inherit (simple-texlive-package
|
(name "texlive-courier")
|
||||||
"texlive-courier"
|
(version (number->string %texlive-revision))
|
||||||
(list "/dvips/courier/"
|
(source (texlive-origin
|
||||||
"/fonts/afm/adobe/courier/"
|
name version
|
||||||
"/fonts/afm/urw/courier/"
|
(list "dvips/courier/"
|
||||||
"/fonts/map/dvips/courier/"
|
"fonts/afm/adobe/courier/"
|
||||||
"/fonts/tfm/adobe/courier/"
|
"fonts/afm/urw/courier/"
|
||||||
"/fonts/tfm/urw35vf/courier/"
|
"fonts/map/dvips/courier/"
|
||||||
"/fonts/type1/adobe/courier/"
|
"fonts/tfm/adobe/courier/"
|
||||||
"/fonts/type1/urw/courier/"
|
"fonts/tfm/urw35vf/courier/"
|
||||||
"/fonts/vf/adobe/courier/"
|
"fonts/type1/adobe/courier/"
|
||||||
"/fonts/vf/urw35vf/courier/"
|
"fonts/type1/urw/courier/"
|
||||||
"/tex/latex/courier/"
|
"fonts/vf/adobe/courier/"
|
||||||
"/tex4ht/ht-fonts/alias/adobe/courier/"
|
"fonts/vf/urw35vf/courier/"
|
||||||
"/tex4ht/ht-fonts/unicode/adobe/courier/")
|
"tex/latex/courier/")
|
||||||
(base32
|
(base32
|
||||||
"05lglavi073glj26k9966351hka5ac22g4vim61dkfy001vz4i7r")
|
"08g6lm12b0k6333pxcaqdf67v87fz5mrqp3jgal8qhrls5ym8q6r")))
|
||||||
#: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 "This package provides a drop-in replacements for the Courier
|
(description "This package provides a drop-in replacements for the Courier
|
||||||
|
Loading…
Reference in New Issue
Block a user