summary refs log tree commit diff
diff options
context:
space:
mode:
-rw-r--r--gnu/packages/plotutils.scm3
1 files changed, 1 insertions, 2 deletions
diff --git a/gnu/packages/plotutils.scm b/gnu/packages/plotutils.scm
index 2a330695c6..22a62a0f5b 100644
--- a/gnu/packages/plotutils.scm
+++ b/gnu/packages/plotutils.scm
@@ -188,11 +188,10 @@ colors, styles, options and details.")
        ("texinfo" ,texinfo)             ;For generating documentation
        ;; For the manual and the tests.
        ("texlive" ,(texlive-union (list texlive-fonts-amsfonts
-                                        texlive-generic-ifxetex
                                         texlive-latex-amsfonts
                                         texlive-latex-geometry
                                         texlive-latex-graphics
-                                        texlive-latex-oberdiek
+                                        texlive-latex-oberdiek ; for ifluatex
                                         texlive-latex-parskip
                                         texlive-tex-texinfo)))
        ("emacs" ,emacs-minimal)