gnu: texlive-dvips-l3backend -> texlive-l3backend.
* gnu/packages/tex.scm (texlive-dvips-l3backend): Deprecate package. * gnu/packages/chez.scm (stex-bootstrap): * gnu/packages/maths.scm (cddlib): * gnu/packages/ocaml.scm (unison): * gnu/packages/plotutils.scm (asymptote): Use new name.
parent
a9634e2f23
commit
3522e1970a
|
@ -760,7 +760,7 @@ Chez Scheme.")))
|
||||||
(propagated-inputs
|
(propagated-inputs
|
||||||
(list xorg-rgb
|
(list xorg-rgb
|
||||||
(texlive-updmap.cfg
|
(texlive-updmap.cfg
|
||||||
(list texlive-dvips-l3backend
|
(list texlive-l3backend
|
||||||
texlive-hyperref
|
texlive-hyperref
|
||||||
texlive-bibtex
|
texlive-bibtex
|
||||||
texlive-epsf
|
texlive-epsf
|
||||||
|
|
|
@ -844,7 +844,7 @@ integer programming problems and computes Markov bases for statistics.")
|
||||||
automake
|
automake
|
||||||
libtool
|
libtool
|
||||||
texlive-amsfonts
|
texlive-amsfonts
|
||||||
texlive-dvips-l3backend
|
texlive-l3backend
|
||||||
texlive-graphics
|
texlive-graphics
|
||||||
texlive-l3backend
|
texlive-l3backend
|
||||||
texlive-tiny))
|
texlive-tiny))
|
||||||
|
|
|
@ -1378,7 +1378,7 @@ libpanel, librsvg and quartz.")
|
||||||
;; For documentation
|
;; For documentation
|
||||||
("ghostscript" ,ghostscript)
|
("ghostscript" ,ghostscript)
|
||||||
("texlive" ,(texlive-updmap.cfg
|
("texlive" ,(texlive-updmap.cfg
|
||||||
(list texlive-fonts-ec texlive-dvips-l3backend)))
|
(list texlive-fonts-ec texlive-l3backend)))
|
||||||
("hevea" ,hevea)
|
("hevea" ,hevea)
|
||||||
("lynx" ,lynx)
|
("lynx" ,lynx)
|
||||||
("which" ,which)))
|
("which" ,which)))
|
||||||
|
|
|
@ -308,18 +308,18 @@ colors, styles, options and details.")
|
||||||
texinfo ;for generating documentation
|
texinfo ;for generating documentation
|
||||||
(texlive-updmap.cfg
|
(texlive-updmap.cfg
|
||||||
(list texlive-amsfonts
|
(list texlive-amsfonts
|
||||||
texlive-dvips-l3backend
|
|
||||||
texlive-epsf
|
texlive-epsf
|
||||||
texlive-etoolbox
|
texlive-etoolbox
|
||||||
texlive-fonts-ec
|
texlive-fonts-ec
|
||||||
texlive-infwarerr
|
|
||||||
texlive-kvdefinekeys
|
|
||||||
texlive-grfext
|
|
||||||
texlive-hyperref
|
|
||||||
texlive-latex-base
|
|
||||||
texlive-latex-geometry
|
texlive-latex-geometry
|
||||||
texlive-graphics
|
texlive-graphics
|
||||||
|
texlive-grfext
|
||||||
|
texlive-hyperref
|
||||||
|
texlive-infwarerr
|
||||||
|
texlive-kvdefinekeys
|
||||||
texlive-kvoptions
|
texlive-kvoptions
|
||||||
|
texlive-l3backend
|
||||||
|
texlive-latex-base
|
||||||
texlive-latex-media9
|
texlive-latex-media9
|
||||||
texlive-oberdiek ;for ifluatex
|
texlive-oberdiek ;for ifluatex
|
||||||
texlive-latex-ocgx2
|
texlive-latex-ocgx2
|
||||||
|
|
|
@ -3943,6 +3943,7 @@ are distributed separately from l3kernel to allow this code to be updated on
|
||||||
an independent schedule.")
|
an independent schedule.")
|
||||||
(license license:lppl1.3c)))
|
(license license:lppl1.3c)))
|
||||||
|
|
||||||
|
(define-deprecated-package texlive-dvips-l3backend texlive-l3backend)
|
||||||
(define-deprecated-package texlive-latex-l3backend texlive-l3backend)
|
(define-deprecated-package texlive-latex-l3backend texlive-l3backend)
|
||||||
|
|
||||||
(define-public texlive-latex-l3packages
|
(define-public texlive-latex-l3packages
|
||||||
|
@ -4017,23 +4018,6 @@ programming tools and kernel support. Packages provided in this release are:
|
||||||
@end enumerate\n")
|
@end enumerate\n")
|
||||||
(license license:lppl1.3c+)))
|
(license license:lppl1.3c+)))
|
||||||
|
|
||||||
(define-public texlive-dvips-l3backend
|
|
||||||
(package
|
|
||||||
(inherit (simple-texlive-package
|
|
||||||
"texlive-dvips-l3backend"
|
|
||||||
(list
|
|
||||||
"/dvips/l3backend/")
|
|
||||||
(base32
|
|
||||||
"1hvj153h1pn93h6n76dv3mg9ai0mcz9q9mysfiqjfpqzijz9ikky")
|
|
||||||
#:trivial? #t))
|
|
||||||
(home-page "https://www.ctan.org/pkg/l3backend")
|
|
||||||
(synopsis "LaTeX3 backend drivers for dvips")
|
|
||||||
(description
|
|
||||||
"This package forms parts of expl3, and contains the code used to
|
|
||||||
interface with backends (drivers) across the expl3 codebase. The functions
|
|
||||||
here are defined for the dvips engine only.")
|
|
||||||
(license license:lppl1.3c+)))
|
|
||||||
|
|
||||||
(define-public texlive-fontspec
|
(define-public texlive-fontspec
|
||||||
(let ((template (simple-texlive-package
|
(let ((template (simple-texlive-package
|
||||||
"texlive-fontspec"
|
"texlive-fontspec"
|
||||||
|
|
Reference in New Issue