From 5a04a8a6bce81ddbd65c3e13dc83a7941521044e Mon Sep 17 00:00:00 2001 From: Ludovic Courtès Date: Wed, 2 Mar 2022 18:28:40 +0100 Subject: 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. --- gnu/packages/maths.scm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'gnu/packages/maths.scm') 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))) -- cgit v1.2.3