unofficial mirror of guix-patches@gnu.org 
 help / color / mirror / code / Atom feed
From: Maxim Cournoyer <maxim.cournoyer@gmail.com>
To: 45870@debbugs.gnu.org
Subject: [bug#45870] [PATCH core-updates 0/3] Allow composing multiple TeX Live trees
Date: Thu, 14 Jan 2021 13:35:16 -0500	[thread overview]
Message-ID: <20210114183516.16554-1-maxim.cournoyer@gmail.com> (raw)

Our default texmf.cnf configuration file used by TeX Live (via kpathsea) to
locate its resources can be modified to support multiple TeX Live trees
without having to resort to unions.  This has the advantage that any TeX Live
inputs (including font maps) can composed and propagated, and overall
simplifies things.

This change requires the patch at '<https://issues.guix.gnu.org/45773>', used
as part of the new texlive-updmap.cfg definition.

Maxim Cournoyer (3):
  gnu: texlive-bin: Enable the use of multiple TeX Live trees.
  gnu: texlive-amsfonts: Adjust to build with texlive-updmap.cfg.
  gnu: Replace all uses of texlive-union by texlive-updmap.cfg.

 doc/build.scm                       |   2 +-
 gnu/packages/algebra.scm            |   2 +-
 gnu/packages/bioinformatics.scm     |   4 +-
 gnu/packages/chez.scm               |   6 +-
 gnu/packages/docbook.scm            |   2 +-
 gnu/packages/emacs-xyz.scm          |   2 +-
 gnu/packages/engineering.scm        |   2 +-
 gnu/packages/guile-xyz.scm          |   4 +-
 gnu/packages/lisp.scm               |   2 +-
 gnu/packages/maths.scm              |   4 +-
 gnu/packages/music.scm              |   2 +-
 gnu/packages/plotutils.scm          |   2 +-
 gnu/packages/python-xyz.scm         |  10 +-
 gnu/packages/radio.scm              |   4 +-
 gnu/packages/scheme.scm             |   2 +-
 gnu/packages/statistics.scm         |   2 +-
 gnu/packages/tex.scm                | 262 ++++++++++++----------------
 guix/build/texlive-build-system.scm |  32 +---
 guix/profiles.scm                   |  48 -----
 19 files changed, 141 insertions(+), 253 deletions(-)

-- 
2.29.2





             reply	other threads:[~2021-01-14 19:09 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2021-01-14 18:35 Maxim Cournoyer [this message]
2021-01-14 18:41 ` [bug#45870] [PATCH core-updates 1/3] gnu: texlive-bin: Enable the use of multiple TeX Live trees Maxim Cournoyer
2021-01-14 18:41   ` [bug#45870] [PATCH core-updates 2/3] gnu: texlive-amsfonts: Adjust to build with texlive-updmap.cfg Maxim Cournoyer
2021-01-14 18:41   ` [bug#45870] [PATCH core-updates 3/3] gnu: Replace all uses of texlive-union by texlive-updmap.cfg Maxim Cournoyer
2021-01-29 20:25 ` bug#45870: [PATCH core-updates 0/3] Allow composing multiple TeX Live trees Maxim Cournoyer

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

  List information: https://guix.gnu.org/

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20210114183516.16554-1-maxim.cournoyer@gmail.com \
    --to=maxim.cournoyer@gmail.com \
    --cc=45870@debbugs.gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/guix.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).