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