Archived
1
0
Fork 0

gnu: Rename texlive-latex-fancyvrb to texlive-fancyvrb.

* gnu/packages/tex.scm (texlive-fancyvrb): New variable, renamed from
TEXLIVE-LATEX-FANCYVRB.
(texlive-latex-fancyvrb): Deprecate variable.
* gnu/packages/docbook.scm (dblatex):
* gnu/packages/maths.scm (hypre):
* gnu/packages/python-xyz.scm (python-numpy-documentation):
(python-ipython-documentation):
(python-nbconvert):
* gnu/packages/statistics.scm (r-with-tests): Use new name.
This commit is contained in:
Nicolas Goaziou 2022-03-04 02:25:12 +01:00
parent 91aa20e237
commit c2777bb64f
No known key found for this signature in database
GPG key ID: DA00B4F048E92F2D
5 changed files with 10 additions and 8 deletions

View file

@ -468,7 +468,7 @@ the in DocBook SGML DTDs.")
texlive-latex-colortbl texlive-latex-colortbl
texlive-latex-fancybox texlive-latex-fancybox
texlive-fancyhdr texlive-fancyhdr
texlive-latex-fancyvrb texlive-fancyvrb
texlive-latex-float texlive-latex-float
texlive-latex-footmisc texlive-latex-footmisc
texlive-hyperref texlive-hyperref

View file

@ -5556,7 +5556,7 @@ set.")
texlive-latex-colortbl texlive-latex-colortbl
texlive-latex-etoc texlive-latex-etoc
texlive-fancyhdr texlive-fancyhdr
texlive-latex-fancyvrb texlive-fancyvrb
texlive-latex-float texlive-latex-float
texlive-latex-fncychap texlive-latex-fncychap
texlive-latex-framed texlive-latex-framed

View file

@ -5841,7 +5841,7 @@ readable format.")
texlive-etoolbox texlive-etoolbox
texlive-latex-expdlist texlive-latex-expdlist
texlive-fancyhdr texlive-fancyhdr
texlive-latex-fancyvrb texlive-fancyvrb
texlive-latex-fncychap texlive-latex-fncychap
texlive-latex-float texlive-latex-float
texlive-latex-framed texlive-latex-framed
@ -8926,7 +8926,7 @@ computing.")
texlive-etoolbox texlive-etoolbox
texlive-latex-expdlist texlive-latex-expdlist
texlive-fancyhdr texlive-fancyhdr
texlive-latex-fancyvrb texlive-fancyvrb
texlive-latex-fncychap texlive-latex-fncychap
texlive-latex-float texlive-latex-float
texlive-latex-framed texlive-latex-framed
@ -12618,7 +12618,7 @@ time.")
texlive-jknappen texlive-jknappen
texlive-latex-amsmath texlive-latex-amsmath
texlive-latex-enumitem texlive-latex-enumitem
texlive-latex-fancyvrb texlive-fancyvrb
texlive-latex-float texlive-latex-float
texlive-fontspec texlive-fontspec
texlive-latex-geometry texlive-latex-geometry

View file

@ -351,7 +351,7 @@ as.POSIXct(if (\"\" != Sys.getenv(\"SOURCE_DATE_EPOCH\")) {\
texlive-grfext texlive-grfext
texlive-amsfonts texlive-amsfonts
texlive-latex-base texlive-latex-base
texlive-latex-fancyvrb texlive-fancyvrb
texlive-graphics texlive-graphics
texlive-hyperref texlive-hyperref
texlive-oberdiek texlive-oberdiek

View file

@ -3189,10 +3189,10 @@ users, via its Plain TeX version.)")
(define-deprecated-package texlive-generic-epsf texlive-epsf) (define-deprecated-package texlive-generic-epsf texlive-epsf)
(define-public texlive-latex-fancyvrb (define-public texlive-fancyvrb
(package (package
(inherit (simple-texlive-package (inherit (simple-texlive-package
"texlive-latex-fancyvrb" "texlive-fancyvrb"
(list "/doc/latex/fancyvrb/README" (list "/doc/latex/fancyvrb/README"
"/tex/latex/fancyvrb/") "/tex/latex/fancyvrb/")
(base32 (base32
@ -3209,6 +3209,8 @@ verbatim mode; build \"example\" environments (showing both result and
verbatim source).") verbatim source).")
(license license:lppl1.0+))) (license license:lppl1.0+)))
(define-deprecated-package texlive-latex-fancyvrb texlive-fancyvrb)
(define-public texlive-graphics-def (define-public texlive-graphics-def
(package (package
(inherit (simple-texlive-package (inherit (simple-texlive-package