diff options
author | Ricardo Wurmus <rekado@elephly.net> | 2021-06-05 09:25:43 +0200 |
---|---|---|
committer | Ricardo Wurmus <rekado@elephly.net> | 2021-06-05 09:26:14 +0200 |
commit | f9ef881e4dea6f7fdbe5c4be59d54b34f2b62f36 (patch) | |
tree | bf2a72c4247415401fed8f6573959ee73b0dd0f2 /gnu/packages | |
parent | 45aae518e77eedde534c6017363a275d9c4e0eb8 (diff) |
gnu: python-pypandoc: Use patched texlive-amsfonts.
* gnu/packages/python-xyz.scm (python-pypandoc)[native-inputs]: Use
texlive-amsfonts/patched.
Diffstat (limited to 'gnu/packages')
-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 dfbeeabe59..b63c2852d5 100644 --- a/gnu/packages/python-xyz.scm +++ b/gnu/packages/python-xyz.scm @@ -24844,7 +24844,7 @@ By default it uses the open Python vulnerability database Safety DB.") (propagated-inputs `(("wheel" ,python-wheel))) (native-inputs - `(("texlive" ,(texlive-union (list texlive-amsfonts + `(("texlive" ,(texlive-union (list texlive-amsfonts/patched texlive-fonts-ec texlive-latex-hyperref texlive-latex-oberdiek |