diff options
| author | Nicolas Goaziou <mail@nicolasgoaziou.fr> | 2023-07-03 12:51:49 +0200 |
|---|---|---|
| committer | Nicolas Goaziou <mail@nicolasgoaziou.fr> | 2023-07-18 18:16:47 +0200 |
| commit | 7a18bd9e74b56a04ec7e4e120789e91d78830444 (patch) | |
| tree | 2f245364b9bc842cd22adb37d792c99ba02b3a88 /gnu/packages/plotutils.scm | |
| parent | f37146969a2f24530fcdf270b2d19602809cb4ae (diff) | |
gnu: Rationalize texlive-updmap.cfg and texlive-tiny inputs.
TEXLIVE-UPDMAP.CFG and TEXLIVE-TINY should only be used as native inputs.
Also remove texlive packages already provided by them.
* doc/build.scm (pdf-manual):
* gnu/packages/algebra.scm (pari-gp):
* gnu/packages/bioinformatics.scm (discrover):
(phyml):
(velvet):
* gnu/packages/chemistry.scm (yaehmop):
* gnu/packages/chez.scm (stex-bootstrap):
(chez-web):
(chez-sockets):
* gnu/packages/cran.scm (r-prereg):
* gnu/packages/docbook.scm (dblatex):
* gnu/packages/emacs-xyz.scm (emacs-auctex):
* gnu/packages/engineering.scm (fastcap):
* gnu/packages/fsf.scm (book-faif):
* gnu/packages/graphviz.scm (dot2tex):
* gnu/packages/maths.scm (hypre):
* gnu/packages/ocaml.scm (unison):
(ocaml-bibtex2html):
* gnu/packages/plotutils.scm (asymptote):
* gnu/packages/python-xyz.scm (python-nbconvert):
(python-pypandoc):
* gnu/packages/radio.scm (gnuradio):
(libosmo-dsp):
* gnu/packages/statistics.scm (r-with-tests):
* gnu/packages/tex.scm (texlive-makecmds):
(texlive-innerscript):
(teximpatient):
(texlive-xkeyval): Remove texlive packages already provided by
TEXLIVE-UPDMAP.CFG. Don't add TEXLIVE-TINY or TEXLIVE-UPDMAP.CFG as inputs.
Diffstat (limited to 'gnu/packages/plotutils.scm')
| -rw-r--r-- | gnu/packages/plotutils.scm | 8 |
1 files changed, 1 insertions, 7 deletions
diff --git a/gnu/packages/plotutils.scm b/gnu/packages/plotutils.scm index 00ddd34355f..06ffa95532c 100644 --- a/gnu/packages/plotutils.scm +++ b/gnu/packages/plotutils.scm | |||
| @@ -307,18 +307,12 @@ colors, styles, options and details.") | |||
| 307 | rapidjson | 307 | rapidjson |
| 308 | texinfo ;for generating documentation | 308 | texinfo ;for generating documentation |
| 309 | (texlive-updmap.cfg | 309 | (texlive-updmap.cfg |
| 310 | (list texlive-amsfonts | 310 | (list texlive-epsf |
| 311 | texlive-ec | ||
| 312 | texlive-epsf | ||
| 313 | texlive-etoolbox | 311 | texlive-etoolbox |
| 314 | texlive-geometry | ||
| 315 | texlive-grfext | ||
| 316 | texlive-hyperref | ||
| 317 | texlive-infwarerr | 312 | texlive-infwarerr |
| 318 | texlive-kvdefinekeys | 313 | texlive-kvdefinekeys |
| 319 | texlive-kvoptions | 314 | texlive-kvoptions |
| 320 | texlive-media9 | 315 | texlive-media9 |
| 321 | texlive-oberdiek ;for ifluatex | ||
| 322 | texlive-ocgx2 | 316 | texlive-ocgx2 |
| 323 | texlive-parskip | 317 | texlive-parskip |
| 324 | texlive-pdftexcmds | 318 | texlive-pdftexcmds |
