aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
* guix: import: Handle texlua and TCL scripts.Nicolas Goaziou2023-07-18
| | | | | | * guix/import/texlive.scm (linked-scripts): Also generate scripts from files with ".tlu" and ".tcl" extensions. (tlpdb->package): Add appropriate inputs when providing a TCL script.
* gnu: yubico-piv-tool: Use texlive-updmap.cfg in native inputs.Nicolas Goaziou2023-07-18
| | | | | * gnu/packages/security-token.scm (yubico-piv-tool)[native-inputs]: Replace TEXLIVE-BIN with TEXLIVE-UPDMAP.CFG. Re-order inputs alphabetically.
* gnu: xournalpp: Remove texlive-bin as an input.Nicolas Goaziou2023-07-18
| | | | * gnu/packages/pdf.scm (xournalpp)[inputs]: Remove TEXLIVE-BIN.
* gnu: python-numpy-documentation: Fix build.Nicolas Goaziou2023-07-18
| | | | | * gnu/packages/python-xyz.scm (python-numpy-documentation)[native-inputs]: Use TEXLIVE-UPDMAP.CFG. Add TEXLIVE-LATEXMK and TEXLIVE-XETEX.
* gnu: python-ipython-documentation: Fix build.Nicolas Goaziou2023-07-18
| | | | | * gnu/packages/python-xyz.scm (python-ipython-documentation)[native-inputs]: Use TEXLIVE-UPDMAP.CFG. Add TEXLIVE-LATEXMK and TEXLIVE-XETEX.
* gnu: texlive-luacas: Add missing files.Nicolas Goaziou2023-07-18
| | | | * gnu/packages/tex.scm (texlive-luacas)[source]: Fix locations to include all files.
* gnu: texlive-biblatex: Add missing files.Nicolas Goaziou2023-07-18
| | | | * gnu/packages/tex.scm (texlive-biblatex)[source]: Fix locations to include all files.
* gnu: emacs-auctex: Improve package style.Nicolas Goaziou2023-07-18
| | | | | | * gnu/packages/emacs-xyz.scm (emacs-auctex)[arguments]: Use G-expressions. <#:include>: Use %DEFAULT-INCLUDE. <#:exclude>: Use %DEFAULT-EXCLUDE.
* gnu: emacs-auctex: Fix build.Nicolas Goaziou2023-07-18
| | | | | | * gnu/packages/emacs-xyz.scm (emacs-auctex)[arguments]<#phases>: Use "dvipng" and "dvips" from cache. Fix destination for refcard. [native-inputs]: Add TEXLIVE-UPDMAP.CFG.
* gnu: texlive-media9: Add missing files.Nicolas Goaziou2023-07-18
| | | | * gnu/packages/tex.scm (texlive-media9)[source]: Fix locations to include all files.
* gnu: ocaml-bibtex2html: Fix build.Nicolas Goaziou2023-07-18
| | | | * gnu/packages/ocaml.scm (ocaml-bibtex2html)[native-inputs]: Add TEXLIVE-PREPRINT.
* gnu: Deprecate `texlive-tiny'.Nicolas Goaziou2023-07-18
| | | | | | | | | | | | | | | | | | | | | | | | | | At this point, there are three equivalent TeX Live sub-systems: texlive-scheme-basic, texlive-tiny, and (texlive-updmap.cfg). It is confusing to keep so many around. * doc/contributing.texi (Submitting Patches): Remove reference to TEXLIVE-TINY. * gnu/packages/algebra.scm (pari-gp)[native-inputs]: (giac)[native-inputs]: * gnu/packages/chez.scm (chez-sockets)[native-inputs]: * gnu/packages/engineering.scm (fastcap)[native-inputs]: * gnu/packages/gettext.scm (po4a)[native-inputs]: * gnu/packages/maths.scm (cddlib)[native-inputs]: (gnuplot)[native-inputs]: (itpp)[native-inputs]: * gnu/packages/ocaml.scm (unison)[native-inputs]: * gnu/packages/pdf.scm (extractpdfmark)[native-inputs]: * gnu/packages/photo.scm (enblend-enfuse): Replace TEXLIVE-TINY with a call to TEXLIVE-UPDMAP.CFG. * gnu/packages/radio.scm (gnuradio)[native-inputs]: Remove unnecessary TEXLIVE-TINY. * gnu/packages/tex.scm (texlive-tiny): Deprecate it in favor of TEXLIVE-SCHEME-BASIC. (texlive-makecmds)[native-inputs]: Replace TEXLIVE-TINY with a call to TEXLIVE-UPDMAP.CFG. * guix/lint.scm (check-inputs-should-be-native): Check only for "texlive-updmap.cfg" input name.
* gnu: asymptote: Fix build.Nicolas Goaziou2023-07-18
| | | | * gnu/packages/plotutils.scm (asymptote)[native-inputs]: Add TEXLIVE-HYPDOC.
* gnu: chez-web: Fix build.Nicolas Goaziou2023-07-18
| | | | | | * gnu/packages/chez.scm (chez-web)[native-inputs]: Add TEXLIVE-CHARTER, TEXLIVE-CWEB, remove TEXLIVE-EPSF. [arguments]<#:phases>: Add phases to fix ".tex" issues.
* gnu: discrover: Fix build.Nicolas Goaziou2023-07-18
| | | | | * gnu/packages/bioinformatics.scm (discrover)[native-inputs]: Add TEXLIVE-FORLOOP, TEXLIVE-LISTOFITEMS, TEXLIVE-READARRAY.
* gnu: Add texlive-forloop.Nicolas Goaziou2023-07-18
| | | | * gnu/packages/tex.scm (texlive-forloop): New variable.
* guix: Add linter warning about texlive-updmap.cfg and texlive-tiny.Nicolas Goaziou2023-07-18
| | | | | * guix/lint.scm (check-inputs-should-be-native): Warn when TEXLIVE-UPDMAP.CFG and TEXLIVE-TINY are not native inputs.
* gnu: Rationalize texlive-updmap.cfg and texlive-tiny inputs.Nicolas Goaziou2023-07-18
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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.
* gnu: texlive-updmap.cfg: Provide basic scheme.Nicolas Goaziou2023-07-18
| | | | | | | | Packages have to be moved around in the module because they need to be defined in a particular order : TEXLIVE-SCHEME-BASIC < TEXLIVE-UPDMAP.CFG < any texlive package making use of TEXLIVE-UPDMAP.CFG. * gnu/packages/tex.scm (texlive-updmap.cfg): Provide TEXLIVE-SCHEME-BASIC.
* gnu: Add texlive-cweb.Nicolas Goaziou2023-07-18
| | | | * gnu/packages/tex.scm (texlive-cweb): New variable.
* gnu: texlive-context: Fix package.Nicolas Goaziou2023-07-18
| | | | | | * gnu/packages/tex.scm (texlive-context)[source]: Do not fetch third-party Lua scripts. [arguments]<#:phases>: Create additional symlinks.
* gnu: texlive-mptopdf: Fix package.Nicolas Goaziou2023-07-18
| | | | | | | * gnu/packages/tex.scm (texlive-mptopdf)[source]: Only grab specific "mptopdf.pl" scripts, not all other scripts in the same directory. [arguments]<#:phases>: Add a phase to use provided Perl. [inputs]: Add PERL.
* guix: texlive importer: Do not pull all "scripts/context/" files.Nicolas Goaziou2023-07-18
| | | | | | | | * guix/import/texlive.scm (texlive-generic-locations): Add "scripts/context/" since this location is split across multiple packages. * guix/import/texlive.scm (files->locations): Only single out files from generic locations, not their sub-directories. E.g., generic location "scripts/context/lua/" should not fetch "scripts/context/lua/third/" files.
* gnu: phyml: Fix build.Nicolas Goaziou2023-07-18
| | | | | * gnu/packages/bioinformatics.scm (phyml)[native-inputs]: Add TEXLIVE-INFWARERR, TEXLIVE-KVOPTIONS and TEXLIVE-PDFTEXCMDS.
* gnu: dot2tex: Fix failing tests.Nicolas Goaziou2023-07-18
| | | | | | | | | | TeX Live packages needed to build tests are moved to native inputs because propagating them may not be a good thing. Use might already be using monolithic TeX Live, or would may have their TeX Live installation on another system. * gnu/packages/graphviz.scm (dot2tex)[native-inputs]: Add TeX Live packages necessary to build documents generated during tests. [propagated-inputs]: Remove them.
* gnu: texlive-context: Add missing files.Nicolas Goaziou2023-07-18
| | | | | * gnu/packages/tex.scm (texlive-context)[source]: Fix locations to include all files, including man pages.
* gnu: texlive-pgf: Add missing files.Nicolas Goaziou2023-07-18
| | | | | * gnu/packages/tex.scm (texlive-pgf)[source]: Fix locations. Previous ones would not include "tikz.sty" file, among others.
* guix: Fix sub-directories in texlive importer locations.Nicolas Goaziou2023-07-18
| | | | | * guix/import/texlive.scm (files->locations): When removing a sub-directory, make sure to actually remove the sub-directory and not the parent.
* gnu: ocaml-bibtex2html: Improve package style.Nicolas Goaziou2023-07-18
| | | | | | * gnu/packages/ocaml.scm (ocaml-bibtex2html)[origin]<uri>: Re-use version. [arguments]: Use G-expressions. Remove trailing #T from phases. [native-inputs]: Remove labels.
* gnu: ocaml-bibtex2html: Fix build.Nicolas Goaziou2023-07-18
| | | | | * gnu/packages/ocaml.scm (ocaml-bibtex2html)[native-inputs]: Add TEXLIVE-INFWARERR, TEXLIVE-KVOPTINOS, TEXLIVE-PDFTEXCMDS.
* gnu: hypre: Fix error when building documentation.Nicolas Goaziou2023-07-18
| | | | * gnu/packages/maths.scm (hypre)[native-inputs]: Add TEXLIVE-LATEXMK.
* gnu: velvet: Improve package style.Nicolas Goaziou2023-07-18
| | | | | * gnu/packages/bioinformatics.scm (velvet)[arguments]: Use G-expressions. [native-inputs]: Remove label.
* gnu: velvet: Fix error when building documentation.Nicolas Goaziou2023-07-18
| | | | | * gnu/packages/bioinformatics.scm (velvet)[native-inputs]: Add TEXLIVE-GRFEXT, TEXLIVE-INFWARERR, TEXLIVE-KVOPTIONS and TEXLIVE-KPDFTEXCMDS.
* gnu: yaehmop: Fix build due to missing TeX Live scripts.Nicolas Goaziou2023-07-18
| | | | | * gnu/packages/chemistry.scm (yaehmop)[native-inputs]: Add missing "latexmk" and "repstopdf" scripts.
* gnu: Add propagated packages to texlive-updmap.cfg.Nicolas Goaziou2023-07-18
| | | | | | | | | | | These packages belong to TeX Live's "basic" collection; they are often expected when building a ".tex" file. They were silently propagated in the previous definition of the function. Note : their definition has to be moved before TEXLIVE-UPDMAP.CFG in the module. * gnu/packages/tex.scm (texlive-updmap.cfg): Add TEXLIVE-CM, TEXLIVE-EC, TEXLIVE-EPSTOPDF-PKG, TEXLIVE-ETEX, TEXLIVE-ETEX-PKG, TEXLIVE-IFPLATFORM, TEXLIVE-IFTEX, TEXLIVE-TEX.
* gnu: texlive-epstopdf: Add missing "repstopdf" symlink.Nicolas Goaziou2023-07-18
| | | | | * gnu/packages/tex.scm (texlive-epstopdf)[arguments]<#:phases>: Add missing "repstopdf" symlink.
* gnu: tex: Comment about the Guix-specific packages in the module.Nicolas Goaziou2023-07-18
| | | | * gnu/packages/tex.scm: Comment about the Guix-specific packages in the module.
* doc: Update TeX Live related documentation.Nicolas Goaziou2023-07-18
| | | | | | | | * doc/guix.texi (Invoking guix import): "texlive.tlpdb" is located in TEXLIVE-SCRIPTS package. (Using TeX and LaTeX): Mention collections and schemes as a starting point. Illustrate it with an updated example. Update tiny TODO list. Fix call to "tlmgr".
* gnu: Add texlive-collection-luatex.Nicolas Goaziou2023-07-18
| | | | * gnu/packages/tex.scm (texlive-collection-luatex): New variable.
* gnu: Add texlive-yamlvars.Nicolas Goaziou2023-07-18
| | | | * gnu/packages/tex.scm (texlive-yamlvars): New variable.
* gnu: Add texlive-uninormalize.Nicolas Goaziou2023-07-18
| | | | * gnu/packages/tex.scm (texlive-uninormalize): New variable.
* gnu: Add texlive-typewriter.Nicolas Goaziou2023-07-18
| | | | * gnu/packages/tex.scm (texlive-typewriter): New variable.
* gnu: Add texlive-tsvtemplate.Nicolas Goaziou2023-07-18
| | | | * gnu/packages/tex.scm (texlive-tsvtemplate): New variable.
* gnu: Add texlive-truthtable.Nicolas Goaziou2023-07-18
| | | | * gnu/packages/tex.scm (texlive-truthtable): New variable.
* gnu: Add texlive-stricttex.Nicolas Goaziou2023-07-18
| | | | * gnu/packages/tex.scm (texlive-stricttex): New variable.
* gnu: Add texlive-spelling.Nicolas Goaziou2023-07-18
| | | | * gnu/packages/tex.scm (texlive-spelling): New variable.
* gnu: Add texlive-spacekern.Nicolas Goaziou2023-07-18
| | | | * gnu/packages/tex.scm (texlive-spacekern): New variable.
* gnu: Add texlive-showkerning.Nicolas Goaziou2023-07-18
| | | | * gnu/packages/tex.scm (texlive-showkerning): New variable.
* gnu: Add texlive-showhyphenation.Nicolas Goaziou2023-07-18
| | | | * gnu/packages/tex.scm (texlive-showhyphenation): New variable.
* gnu: Add texlive-selnolig.Nicolas Goaziou2023-07-18
| | | | * gnu/packages/tex.scm (texlive-selnolig): New variable.