diff options
author | Ricardo Wurmus <rekado@elephly.net> | 2021-06-05 09:25:22 +0200 |
---|---|---|
committer | Ricardo Wurmus <rekado@elephly.net> | 2021-06-05 09:26:14 +0200 |
commit | 45aae518e77eedde534c6017363a275d9c4e0eb8 (patch) | |
tree | 00116d4af3ab33caa4bb7d7641a499d25128b327 | |
parent | ace97406f2ba198b8f866f37fd17ebbee73739bc (diff) | |
download | guix-45aae518e77eedde534c6017363a275d9c4e0eb8.tar.gz |
gnu: python-ipython-documentation: Use patched texlive-amsfonts.
* gnu/packages/python-xyz.scm (python-ipython-documentation)[native-inputs]: Use texlive-amsfonts/patched.
-rw-r--r-- | gnu/packages/python-xyz.scm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm index e28fb648b0..dfbeeabe59 100644 --- a/gnu/packages/python-xyz.scm +++ b/gnu/packages/python-xyz.scm @@ -8107,7 +8107,7 @@ computing.") `(("python-sphinx" ,python-sphinx) ("python-sphinx-rtd-theme" ,python-sphinx-rtd-theme) ;; FIXME: It's possible that a smaller union would work just as well. - ("texlive" ,(texlive-union (list texlive-amsfonts + ("texlive" ,(texlive-union (list texlive-amsfonts/patched texlive-fonts-ec texlive-generic-ifxetex texlive-generic-pdftex |