diff options
author | Nicolas Goaziou <mail@nicolasgoaziou.fr> | 2023-05-13 15:59:14 +0200 |
---|---|---|
committer | Nicolas Goaziou <mail@nicolasgoaziou.fr> | 2023-07-18 18:10:48 +0200 |
commit | 76819a965589b62f83acf083305ae412a9fd91e5 (patch) | |
tree | f76ec0b5abd8e816da7ddacd759d8967b377d869 /gnu/packages/bioinformatics.scm | |
parent | ab6566e6a1c3c344487af7d55b35a23df7ce9c03 (diff) | |
download | guix-76819a965589b62f83acf083305ae412a9fd91e5.tar.gz |
gnu: texlive-fonts-ec -> texlive-ec.
* gnu/packages/tex.scm (texlive-ec): New variable. (texlive-fonts-ec): Deprecate variable. (lyx): (biber): * gnu/packages/python-xyz.scm (python-pypandoc): * gnu/packages/statistics.scm (r-with-tests): * doc/build.scm (pdf-manual): * gnu/packages/bioinformatics.scm (discrover): (phyml): (velvet): * gnu/packages/chemistry.scm (yaehmop): * gnu/packages/chez.scm (stex-bootstrap): * gnu/packages/ocaml.scm (unison): (ocaml-bibtex2html): * gnu/packages/plotutils.scm (asymptote): Use new name.
Diffstat (limited to 'gnu/packages/bioinformatics.scm')
-rw-r--r-- | gnu/packages/bioinformatics.scm | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/gnu/packages/bioinformatics.scm b/gnu/packages/bioinformatics.scm index 22d2722538..6bb188c2c2 100644 --- a/gnu/packages/bioinformatics.scm +++ b/gnu/packages/bioinformatics.scm @@ -4768,7 +4768,7 @@ data and settings.") (list texlive-cm texlive-amsfonts texlive-doi - texlive-fonts-ec + texlive-ec texlive-latex-examplep texlive-hyperref texlive-ms @@ -12106,8 +12106,8 @@ programs for inferring phylogenies (evolutionary trees).") (texlive-updmap.cfg (list texlive-amsfonts texlive-caption texlive-cite + texlive-ec texlive-fancyvrb - texlive-fonts-ec texlive-graphics texlive-grfext texlive-hyperref @@ -17090,7 +17090,7 @@ to an artifact/contaminant file.") (list openmpi zlib)) (native-inputs `(("texlive" ,(texlive-updmap.cfg (list texlive-graphics - texlive-fonts-ec + texlive-ec texlive-hyperref))))) (home-page "https://www.ebi.ac.uk/~zerbino/velvet/") (synopsis "Nucleic acid sequence assembler for very short reads") |