diff options
author | Ricardo Wurmus <rekado@elephly.net> | 2020-10-26 21:18:25 +0100 |
---|---|---|
committer | Ricardo Wurmus <rekado@elephly.net> | 2020-12-23 10:10:58 +0100 |
commit | 07e08bc7d5e390a74c93927db40c81bf9419ad76 (patch) | |
tree | 97708f98d2e546d9c98fbd1a7c1880301d193df7 /gnu | |
parent | 714d02b6b5244b9acff10b1ce477f625ee0488fd (diff) |
gnu: discrover: Use new texlive package names.
* gnu/packages/bioinformatics.scm (discrover)[native-inputs]: Replace
"texlive-fonts-cm" and "texlive-fonts-amsfonts" with their new names
"texlive-cm" and "texlive-amsfonts", respectively.
Diffstat (limited to 'gnu')
-rw-r--r-- | gnu/packages/bioinformatics.scm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/bioinformatics.scm b/gnu/packages/bioinformatics.scm index fc0b3441a4..4976f6183b 100644 --- a/gnu/packages/bioinformatics.scm +++ b/gnu/packages/bioinformatics.scm @@ -2904,8 +2904,8 @@ data and settings.") ("cairo" ,cairo) ("rmath-standalone" ,rmath-standalone))) (native-inputs - `(("texlive" ,(texlive-union (list texlive-fonts-cm - texlive-fonts-amsfonts + `(("texlive" ,(texlive-union (list texlive-cm + texlive-amsfonts texlive-latex-doi texlive-latex-examplep |