summaryrefslogtreecommitdiff
path: root/gnu/packages/bioinformatics.scm
diff options
context:
space:
mode:
authorEfraim Flashner <efraim@flashner.co.il>2023-01-30 12:55:44 +0200
committerEfraim Flashner <efraim@flashner.co.il>2023-01-30 20:07:49 +0200
commitbd3e3d87a9246ac59080ebb72298290dca5b0204 (patch)
tree956200952e8f089e52cfa0329b2381c4b5c2aacf /gnu/packages/bioinformatics.scm
parenta49536e32008cd445b36d0412e9f2b67a35d9d3b (diff)
gnu: texlive-graphics: Use over deprecated texlive-latex-graphics.
* gnu/packages/bioinformatics.scm (phyml)[native-inputs], * gnu/packages/chemistry.scm (yaehmop)[native-inputs], * gnu/packages/graphviz.scm (dot2tex)[propagated-inputs], * gnu/packages/maths.scm (cddlib)[native-inputs], * gnu/packages/statistics.scm (r-with-tests)[native-inputs], * gnu/packages/tex.scm (texlive-apa6)[propagated-inputs]: Replace texlive-latex-graphics with texlive-graphics.
Diffstat (limited to 'gnu/packages/bioinformatics.scm')
-rw-r--r--gnu/packages/bioinformatics.scm4
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/bioinformatics.scm b/gnu/packages/bioinformatics.scm
index b747cb373d..58690552e0 100644
--- a/gnu/packages/bioinformatics.scm
+++ b/gnu/packages/bioinformatics.scm
@@ -10240,10 +10240,10 @@ programs for inferring phylogenies (evolutionary trees).")
texlive-caption
texlive-cite
texlive-fonts-ec
+ texlive-graphics
texlive-grfext
texlive-hyperref
texlive-latex-fancyvrb
- texlive-latex-graphics
texlive-latex-psfrag
texlive-xcolor))))
(home-page "https://github.com/stephaneguindon/phyml")
@@ -10351,7 +10351,7 @@ applications for tackling some common problems in a user-friendly way.")
(lambda* (#:key outputs #:allow-other-keys)
(substitute* "src/test/Makefile"
(("^CFLAGS=") "CFLAGS= -fcommon"))
-
+
;; Don't attempt to install the bash completions to
;; the home directory.
(rename-file "extras/.bash_completion"