summaryrefslogtreecommitdiff
path: root/gnu/packages/maths.scm
diff options
context:
space:
mode:
authorLudovic Courtès <ludo@gnu.org>2022-03-02 18:28:40 +0100
committerLudovic Courtès <ludo@gnu.org>2022-03-02 19:26:16 +0100
commit5a04a8a6bce81ddbd65c3e13dc83a7941521044e (patch)
tree8022f8b53fa851eef4be03f34c3f106e795ddcfa /gnu/packages/maths.scm
parent107138164611a11972f261818373d1de95b3216d (diff)
downloadguix-patches-5a04a8a6bce81ddbd65c3e13dc83a7941521044e.tar
guix-patches-5a04a8a6bce81ddbd65c3e13dc83a7941521044e.tar.gz
gnu: texlive-latex-wrapfig: Rename to "texlive-wrapfig".
* gnu/packages/tex.scm (texlive-latex-wrapfig): Rename to... (texlive-wrapfig): ... this. (texlive-latex-wrapfig): Define as deprecated. * gnu/packages/maths.scm (hypre)[native-inputs]: Use new name. * gnu/packages/python-xyz.scm (python-ipython-documentation) (python-numpy-documentation): Likewise.
Diffstat (limited to 'gnu/packages/maths.scm')
-rw-r--r--gnu/packages/maths.scm2
1 files changed, 1 insertions, 1 deletions
diff --git a/gnu/packages/maths.scm b/gnu/packages/maths.scm
index 70b0d76ea5..16050f8840 100644
--- a/gnu/packages/maths.scm
+++ b/gnu/packages/maths.scm
@@ -5414,7 +5414,7 @@ set.")
texlive-latex-varwidth
texlive-ulem
texlive-wasysym
- texlive-latex-wrapfig)))))
+ texlive-wrapfig)))))
(inputs
`(("blas" ,openblas)
("lapack" ,lapack)))