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.master
parent
a49536e320
commit
bd3e3d87a9
|
@ -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"
|
||||
|
|
|
@ -901,7 +901,7 @@ emphasis on quality rather than speed.")
|
|||
(native-inputs
|
||||
(list gfortran
|
||||
(texlive-updmap.cfg (list texlive-fonts-ec
|
||||
texlive-latex-graphics
|
||||
texlive-graphics
|
||||
texlive-latex-geometry))))
|
||||
(home-page "https://github.com/greglandrum/yaehmop")
|
||||
(synopsis "Perform extended Hückel calculations")
|
||||
|
|
|
@ -427,7 +427,7 @@ graphs in Graphviz's DOT language, written in pure Python.")
|
|||
;; the resulting generated TeX files, which \usepackage them.
|
||||
texlive-bin
|
||||
texlive-amsmath
|
||||
texlive-latex-geometry
|
||||
texlive-geometry
|
||||
texlive-latex-graphics
|
||||
texlive-latex-base
|
||||
texlive-latex-preview
|
||||
|
|
|
@ -752,7 +752,7 @@ integer programming problems and computes Markov bases for statistics.")
|
|||
libtool
|
||||
texlive-amsfonts
|
||||
texlive-dvips-l3backend
|
||||
texlive-latex-graphics
|
||||
texlive-graphics
|
||||
texlive-latex-l3backend
|
||||
texlive-tiny))
|
||||
(arguments
|
||||
|
|
|
@ -382,7 +382,7 @@ as.POSIXct(if (\"\" != Sys.getenv(\"SOURCE_DATE_EPOCH\")) {\
|
|||
texlive-amsfonts
|
||||
texlive-latex-base
|
||||
texlive-latex-fancyvrb
|
||||
texlive-latex-graphics
|
||||
texlive-graphics
|
||||
texlive-hyperref
|
||||
texlive-oberdiek
|
||||
texlive-latex-tools
|
||||
|
|
|
@ -11888,10 +11888,10 @@ and selecting references used in a publication.")
|
|||
texlive-endnotes
|
||||
texlive-etoolbox
|
||||
texlive-generic-xstring
|
||||
texlive-graphics
|
||||
texlive-latex-draftwatermark
|
||||
texlive-latex-fancyhdr
|
||||
texlive-latex-float
|
||||
texlive-latex-graphics
|
||||
texlive-lm
|
||||
texlive-substr
|
||||
texlive-times
|
||||
|
|
Reference in New Issue