all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Andreas Enge <andreas@enge.fr>
To: Thomas Danckaert <post@thomasdanckaert.be>
Cc: help-guix@gnu.org
Subject: Re: prevent gc of texlive-...-texmf.tar.xz
Date: Sun, 23 Feb 2020 18:19:39 +0100	[thread overview]
Message-ID: <20200223171939.GA8043@jurong> (raw)
In-Reply-To: <90fc7408793e133277a7e9cf4e412256@thomasdanckaert.be>

Hello,

On Thu, Feb 13, 2020 at 05:21:48PM +0100, Thomas Danckaert wrote:
> As far as I remember,
> updates to texlive often seem to require the original texmf tarball and
> apply patches to it (not sure how this works precisely -- somehow there are
> no substitutes for the patched/updated version of texlive-texmf?).

as to why this happens, here are the relevant lines of the package recipe
for texlive-texmf, an input to texlive:
   (arguments
    `(
      ;; This package takes 4 GiB, which we can't afford to distribute from
      ;; our servers.
      #:substitutable? #f

In fact, texlive-texmf is essentially a data package: its output is more or
less the same as the input tarball, with a bit of not very heavy processing
done in-between. So it helps our servers if users do not download the output
from us, but the input from the source servers, and then do the bit of
processing themselves.

Andreas

      reply	other threads:[~2020-02-23 17:19 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-02-12 12:53 prevent gc of texlive-...-texmf.tar.xz Thomas Danckaert
2020-02-12 18:08 ` zimoun
2020-02-12 20:45 ` Leo Famulari
2020-02-13 16:21   ` Thomas Danckaert
2020-02-23 17:19     ` Andreas Enge [this message]

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

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

  git send-email \
    --in-reply-to=20200223171939.GA8043@jurong \
    --to=andreas@enge.fr \
    --cc=help-guix@gnu.org \
    --cc=post@thomasdanckaert.be \
    /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 external index

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

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.