summary refs log tree commit diff
path: root/gnu/packages/tex.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/tex.scm
parent107138164611a11972f261818373d1de95b3216d (diff)
downloadguix-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/tex.scm')
-rw-r--r--gnu/packages/tex.scm6
1 files changed, 4 insertions, 2 deletions
diff --git a/gnu/packages/tex.scm b/gnu/packages/tex.scm
index 758ec601b7..c430e9968c 100644
--- a/gnu/packages/tex.scm
+++ b/gnu/packages/tex.scm
@@ -7108,9 +7108,9 @@ implements an easy to use interface for these symbols.")
 
 (define-deprecated-package texlive-latex-wasysym texlive-wasysym)
 
-(define-public texlive-latex-wrapfig
+(define-public texlive-wrapfig
   (package
-    (name "texlive-latex-wrapfig")
+    (name "texlive-wrapfig")
     (version (number->string %texlive-revision))
     (source (origin
               (method svn-fetch)
@@ -7142,6 +7142,8 @@ It does not work in combination with list environments, but can be used in a
 @code{parbox} or @code{minipage}, and in two-column format.")
     (license license:lppl)))
 
+(define-deprecated-package texlive-latex-wrapfig texlive-wrapfig)
+
 (define-public texlive-latex-ucs
   (package
     (name "texlive-latex-ucs")