gnu: Remove occurrences of deprecated texlive-latex-capt-of.
* gnu/packages/maths.scm (hypre): * gnu/packages/python-xyz.scm (python-numpy-documentation): (python-ipython-documentation): Use texlive-capt-of instead of texlive-latex-capt-of.
This commit is contained in:
parent
01107fc4ea
commit
2b37ec1c60
2 changed files with 6 additions and 5 deletions
|
@ -30,7 +30,7 @@
|
||||||
;;; Copyright © 2018 Eric Brown <brown@fastmail.com>
|
;;; Copyright © 2018 Eric Brown <brown@fastmail.com>
|
||||||
;;; Copyright © 2018, 2021 Julien Lepiller <julien@lepiller.eu>
|
;;; Copyright © 2018, 2021 Julien Lepiller <julien@lepiller.eu>
|
||||||
;;; Copyright © 2018 Amin Bandali <bandali@gnu.org>
|
;;; Copyright © 2018 Amin Bandali <bandali@gnu.org>
|
||||||
;;; Copyright © 2019, 2021 Nicolas Goaziou <mail@nicolasgoaziou.fr>
|
;;; Copyright © 2019, 2021, 2022 Nicolas Goaziou <mail@nicolasgoaziou.fr>
|
||||||
;;; Copyright © 2019 Steve Sprang <scs@stevesprang.com>
|
;;; Copyright © 2019 Steve Sprang <scs@stevesprang.com>
|
||||||
;;; Copyright © 2019 Robert Smith <robertsmith@posteo.net>
|
;;; Copyright © 2019 Robert Smith <robertsmith@posteo.net>
|
||||||
;;; Copyright © 2020 Jakub Kądziołka <kuba@kadziolka.net>
|
;;; Copyright © 2020 Jakub Kądziołka <kuba@kadziolka.net>
|
||||||
|
@ -5540,6 +5540,7 @@ set.")
|
||||||
("texlive" ,(texlive-updmap.cfg (list texlive-adjustbox
|
("texlive" ,(texlive-updmap.cfg (list texlive-adjustbox
|
||||||
texlive-amsfonts
|
texlive-amsfonts
|
||||||
texlive-bibtex
|
texlive-bibtex
|
||||||
|
texlive-capt-of
|
||||||
texlive-caption
|
texlive-caption
|
||||||
texlive-cm
|
texlive-cm
|
||||||
texlive-etoolbox
|
texlive-etoolbox
|
||||||
|
@ -5551,7 +5552,6 @@ set.")
|
||||||
texlive-xypic
|
texlive-xypic
|
||||||
texlive-generic-listofitems
|
texlive-generic-listofitems
|
||||||
texlive-generic-ulem
|
texlive-generic-ulem
|
||||||
texlive-latex-capt-of
|
|
||||||
texlive-latex-cmap
|
texlive-latex-cmap
|
||||||
texlive-latex-colortbl
|
texlive-latex-colortbl
|
||||||
texlive-latex-etoc
|
texlive-latex-etoc
|
||||||
|
|
|
@ -5829,12 +5829,13 @@ readable format.")
|
||||||
("pkg-config" ,pkg-config)
|
("pkg-config" ,pkg-config)
|
||||||
("python-sphinx" ,python-sphinx)
|
("python-sphinx" ,python-sphinx)
|
||||||
("python-numpydoc" ,python-numpydoc)
|
("python-numpydoc" ,python-numpydoc)
|
||||||
("texlive" ,(texlive-updmap.cfg (list texlive-cm-super
|
("texlive" ,(texlive-updmap.cfg (list
|
||||||
|
texlive-capt-of
|
||||||
|
texlive-cm-super
|
||||||
texlive-fonts-ec
|
texlive-fonts-ec
|
||||||
texlive-generic-iftex
|
texlive-generic-iftex
|
||||||
texlive-pdftex
|
texlive-pdftex
|
||||||
texlive-amsfonts
|
texlive-amsfonts
|
||||||
texlive-latex-capt-of
|
|
||||||
texlive-latex-cmap
|
texlive-latex-cmap
|
||||||
texlive-latex-environ
|
texlive-latex-environ
|
||||||
texlive-latex-eqparbox
|
texlive-latex-eqparbox
|
||||||
|
@ -8916,10 +8917,10 @@ computing.")
|
||||||
("python-sphinx-rtd-theme" ,python-sphinx-rtd-theme)
|
("python-sphinx-rtd-theme" ,python-sphinx-rtd-theme)
|
||||||
;; FIXME: It's possible that a smaller union would work just as well.
|
;; FIXME: It's possible that a smaller union would work just as well.
|
||||||
("texlive" ,(texlive-updmap.cfg (list texlive-amsfonts
|
("texlive" ,(texlive-updmap.cfg (list texlive-amsfonts
|
||||||
|
texlive-capt-of
|
||||||
texlive-fonts-ec
|
texlive-fonts-ec
|
||||||
texlive-generic-iftex
|
texlive-generic-iftex
|
||||||
texlive-pdftex
|
texlive-pdftex
|
||||||
texlive-latex-capt-of
|
|
||||||
texlive-latex-cmap
|
texlive-latex-cmap
|
||||||
texlive-latex-environ
|
texlive-latex-environ
|
||||||
texlive-latex-eqparbox
|
texlive-latex-eqparbox
|
||||||
|
|
Reference in a new issue