aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2023-07-18gnu: texlive-mptopdf: Fix package.Nicolas Goaziou
* 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.
2023-07-18guix: texlive importer: Do not pull all "scripts/context/" files.Nicolas Goaziou
* 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.
2023-07-18gnu: phyml: Fix build.Nicolas Goaziou
* gnu/packages/bioinformatics.scm (phyml)[native-inputs]: Add TEXLIVE-INFWARERR, TEXLIVE-KVOPTIONS and TEXLIVE-PDFTEXCMDS.
2023-07-18gnu: dot2tex: Fix failing tests.Nicolas Goaziou
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.
2023-07-18gnu: texlive-context: Add missing files.Nicolas Goaziou
* gnu/packages/tex.scm (texlive-context)[source]: Fix locations to include all files, including man pages.
2023-07-18gnu: texlive-pgf: Add missing files.Nicolas Goaziou
* gnu/packages/tex.scm (texlive-pgf)[source]: Fix locations. Previous ones would not include "tikz.sty" file, among others.
2023-07-18guix: Fix sub-directories in texlive importer locations.Nicolas Goaziou
* guix/import/texlive.scm (files->locations): When removing a sub-directory, make sure to actually remove the sub-directory and not the parent.
2023-07-18gnu: ocaml-bibtex2html: Improve package style.Nicolas Goaziou
* gnu/packages/ocaml.scm (ocaml-bibtex2html)[origin]<uri>: Re-use version. [arguments]: Use G-expressions. Remove trailing #T from phases. [native-inputs]: Remove labels.
2023-07-18gnu: ocaml-bibtex2html: Fix build.Nicolas Goaziou
* gnu/packages/ocaml.scm (ocaml-bibtex2html)[native-inputs]: Add TEXLIVE-INFWARERR, TEXLIVE-KVOPTINOS, TEXLIVE-PDFTEXCMDS.
2023-07-18gnu: hypre: Fix error when building documentation.Nicolas Goaziou
* gnu/packages/maths.scm (hypre)[native-inputs]: Add TEXLIVE-LATEXMK.
2023-07-18gnu: velvet: Improve package style.Nicolas Goaziou
* gnu/packages/bioinformatics.scm (velvet)[arguments]: Use G-expressions. [native-inputs]: Remove label.
2023-07-18gnu: velvet: Fix error when building documentation.Nicolas Goaziou
* gnu/packages/bioinformatics.scm (velvet)[native-inputs]: Add TEXLIVE-GRFEXT, TEXLIVE-INFWARERR, TEXLIVE-KVOPTIONS and TEXLIVE-KPDFTEXCMDS.
2023-07-18gnu: yaehmop: Fix build due to missing TeX Live scripts.Nicolas Goaziou
* gnu/packages/chemistry.scm (yaehmop)[native-inputs]: Add missing "latexmk" and "repstopdf" scripts.
2023-07-18gnu: Add propagated packages to texlive-updmap.cfg.Nicolas Goaziou
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.
2023-07-18gnu: texlive-epstopdf: Add missing "repstopdf" symlink.Nicolas Goaziou
* gnu/packages/tex.scm (texlive-epstopdf)[arguments]<#:phases>: Add missing "repstopdf" symlink.
2023-07-18gnu: tex: Comment about the Guix-specific packages in the module.Nicolas Goaziou
* gnu/packages/tex.scm: Comment about the Guix-specific packages in the module.
2023-07-18doc: Update TeX Live related documentation.Nicolas Goaziou
* 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".
2023-07-18gnu: Add texlive-collection-luatex.Nicolas Goaziou
* gnu/packages/tex.scm (texlive-collection-luatex): New variable.
2023-07-18gnu: Add texlive-yamlvars.Nicolas Goaziou
* gnu/packages/tex.scm (texlive-yamlvars): New variable.
2023-07-18gnu: Add texlive-uninormalize.Nicolas Goaziou
* gnu/packages/tex.scm (texlive-uninormalize): New variable.
2023-07-18gnu: Add texlive-typewriter.Nicolas Goaziou
* gnu/packages/tex.scm (texlive-typewriter): New variable.
2023-07-18gnu: Add texlive-tsvtemplate.Nicolas Goaziou
* gnu/packages/tex.scm (texlive-tsvtemplate): New variable.
2023-07-18gnu: Add texlive-truthtable.Nicolas Goaziou
* gnu/packages/tex.scm (texlive-truthtable): New variable.
2023-07-18gnu: Add texlive-stricttex.Nicolas Goaziou
* gnu/packages/tex.scm (texlive-stricttex): New variable.
2023-07-18gnu: Add texlive-spelling.Nicolas Goaziou
* gnu/packages/tex.scm (texlive-spelling): New variable.
2023-07-18gnu: Add texlive-spacekern.Nicolas Goaziou
* gnu/packages/tex.scm (texlive-spacekern): New variable.
2023-07-18gnu: Add texlive-showkerning.Nicolas Goaziou
* gnu/packages/tex.scm (texlive-showkerning): New variable.
2023-07-18gnu: Add texlive-showhyphenation.Nicolas Goaziou
* gnu/packages/tex.scm (texlive-showhyphenation): New variable.
2023-07-18gnu: Add texlive-selnolig.Nicolas Goaziou
* gnu/packages/tex.scm (texlive-selnolig): New variable.
2023-07-18gnu: Add texlive-scikgtex.Nicolas Goaziou
* gnu/packages/tex.scm (texlive-scikgtex): New variable.
2023-07-18gnu: Add texlive-pyluatex.Nicolas Goaziou
* gnu/packages/tex.scm (texlive-pyluatex): New variable.
2023-07-18gnu: Add texlive-plantuml.Nicolas Goaziou
* gnu/packages/tex.scm (texlive-plantuml): New variable.
2023-07-18gnu: Add texlive-placeat.Nicolas Goaziou
* gnu/packages/tex.scm (texlive-placeat): New variable.
2023-07-18gnu: Add texlive-piton.Nicolas Goaziou
* gnu/packages/tex.scm (texlive-piton): New variable.
2023-07-18gnu: Add texlive-penlight.Nicolas Goaziou
* gnu/packages/tex.scm (texlive-penlight): New variable.
2023-07-18gnu: Add texlive-pdfextra.Nicolas Goaziou
* gnu/packages/tex.scm (texlive-pdfextra): New variable.
2023-07-18gnu: Add texlive-pdfarticle.Nicolas Goaziou
* gnu/packages/tex.scm (texlive-pdfarticle): New variable.
2023-07-18gnu: Add texlive-optex.Nicolas Goaziou
* gnu/packages/tex.scm (texlive-optex): New variable.
2023-07-18gnu: Add texlive-librarian.Nicolas Goaziou
* gnu/packages/tex.scm (texlive-librarian): New variable.
2023-07-18gnu: Add texlive-odsfile.Nicolas Goaziou
* gnu/packages/tex.scm (texlive-odsfile): New variable.
2023-07-18gnu: Add texlive-nodetree.Nicolas Goaziou
* gnu/packages/tex.scm (texlive-nodetree): New variable.
2023-07-18gnu: Add texlive-newpax.Nicolas Goaziou
* gnu/packages/tex.scm (texlive-newpax): New variable.
2023-07-18gnu: Add texlive-minim-xmp.Nicolas Goaziou
* gnu/packages/tex.scm (texlive-minim-xmp): New variable.
2023-07-18gnu: Add texlive-minim-pdf.Nicolas Goaziou
* gnu/packages/tex.scm (texlive-minim-pdf): New variable.
2023-07-18gnu: Add texlive-minim-mp.Nicolas Goaziou
* gnu/packages/tex.scm (texlive-minim-mp): New variable.
2023-07-18gnu: Add texlive-minim-math.Nicolas Goaziou
* gnu/packages/tex.scm (texlive-minim-math): New variable.
2023-07-18gnu: Add texlive-minim.Nicolas Goaziou
* gnu/packages/tex.scm (texlive-minim): New variable.
2023-07-18gnu: Add texlive-lutabulartools.Nicolas Goaziou
* gnu/packages/tex.scm (texlive-lutabulartools): New variable.
2023-07-18gnu: Add texlive-luaxml.Nicolas Goaziou
* gnu/packages/tex.scm (texlive-luaxml): New variable.
2023-07-18gnu: Add texlive-luavlna.Nicolas Goaziou
* gnu/packages/tex.scm (texlive-luavlna): New variable.