diff options
author | Ricardo Wurmus <rekado@elephly.net> | 2019-01-15 13:01:18 +0100 |
---|---|---|
committer | Ricardo Wurmus <rekado@elephly.net> | 2019-01-15 13:05:22 +0100 |
commit | c4153008f701d5cd335536adf711fa335f98141d (patch) | |
tree | 28de23c82d3a43e774802030e1e4c09d19ff1d8f /gnu/packages/python.scm | |
parent | 24d0c4d0eb1c13f95c53fdf9d913bdc6a43b351a (diff) | |
download | patches-c4153008f701d5cd335536adf711fa335f98141d.tar patches-c4153008f701d5cd335536adf711fa335f98141d.tar.gz |
gnu: python-numpy-documentation: Add missing packages to texlive-union.
* gnu/packages/python.scm (python-numpy-documentation)[native-inputs]: Add
texlive-fonts-cm-super and texlive-latex-needspace to texlive-union.
Diffstat (limited to 'gnu/packages/python.scm')
-rw-r--r-- | gnu/packages/python.scm | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/gnu/packages/python.scm b/gnu/packages/python.scm index 4262bf88ea..9915fca966 100644 --- a/gnu/packages/python.scm +++ b/gnu/packages/python.scm @@ -3261,6 +3261,7 @@ color scales, and color space conversion easy. It has support for: ("python-sphinx" ,python-sphinx) ("python-numpydoc" ,python-numpydoc) ("texlive" ,(texlive-union (list texlive-fonts-amsfonts + texlive-fonts-cm-super texlive-fonts-ec texlive-generic-ifxetex texlive-generic-pdftex @@ -3281,6 +3282,7 @@ color scales, and color space conversion easy. It has support for: texlive-latex-hyperref texlive-latex-mdwtools texlive-latex-multirow + texlive-latex-needspace texlive-latex-oberdiek texlive-latex-parskip texlive-latex-preview |