all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Nicolas Goaziou via Guix-patches via <guix-patches@gnu.org>
To: Isaac van Bakel <isaac.vanbakel@inf.ethz.ch>
Cc: 67660@debbugs.gnu.org, Ricardo Wurmus <rekado@elephly.net>,
	Andreas Enge <andreas@enge.fr>
Subject: [bug#67660] [PATCH] gnu: texlive-xiften: Readd need input propagation
Date: Wed, 06 Dec 2023 22:39:02 +0100	[thread overview]
Message-ID: <87sf4fm2o9.fsf@nicolasgoaziou.fr> (raw)
In-Reply-To: <9af482bdc36dfc17d767d7c1cc282e71bf529b68.1701871261.git.isaac.vanbakel@inf.ethz.ch> (Isaac van Bakel's message of "Wed, 6 Dec 2023 15:01:01 +0100")

Hello,

Isaac van Bakel <isaac.vanbakel@inf.ethz.ch> writes:

>  * gnu/packages/tex.scm (texlive-xfithen)[propagated-inputs]:
>    Readd propagation of `texlive-ifmtarg` to fix usage of package.
>
> Change-Id: I9e5e3cfa0fad3dc9fd3b4950eedf7443b254d2f1
> ---
> This was removed as a "spurious" propagated input by the
> texlive-team-next changes, but in my usage it was not spurious and the
> package propagation is needed to use `xifthen` correctly.
>
>  gnu/packages/tex.scm | 1 +
>  1 file changed, 1 insertion(+)
>
> diff --git a/gnu/packages/tex.scm b/gnu/packages/tex.scm
> index 0d76710daa..934cdb2a80 100644
> --- a/gnu/packages/tex.scm
> +++ b/gnu/packages/tex.scm
> @@ -70883,6 +70883,7 @@ (define-public texlive-xifthen
>                "0b33mlmnxsj5mi06v2w2zgamk51mgv1lxdr1cax8nkpn9g7n9axw")))
>      (outputs '("out" "doc"))
>      (build-system texlive-build-system)
> +    (propagated-inputs (list texlive-ifmtarg))

This is a limitation in TeX Live, not Guix's, package definitions. The
dependency is not reported in their "texlive.tlpdb" file.

Note there are hundreds of such issues. We cannot realistically fix them
manually ; for example this change would need to be tested every time
Guix TeX packages are updated.

I suggest to use collections of packages to avoid messing too much with
individual dependencies, and possibly report those missing dependencies
to the TeX Live project.

Regards,
-- 
Nicolas Goaziou






  reply	other threads:[~2023-12-06 21:40 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2023-12-06 14:01 [bug#67660] [PATCH] gnu: texlive-xiften: Readd need input propagation Isaac van Bakel
2023-12-06 21:39 ` Nicolas Goaziou via Guix-patches via [this message]
2023-12-07 11:06   ` Isaac van Bakel
2023-12-07 11:52     ` Nicolas Goaziou via Guix-patches via

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=87sf4fm2o9.fsf@nicolasgoaziou.fr \
    --to=guix-patches@gnu.org \
    --cc=67660@debbugs.gnu.org \
    --cc=andreas@enge.fr \
    --cc=isaac.vanbakel@inf.ethz.ch \
    --cc=mail@nicolasgoaziou.fr \
    --cc=rekado@elephly.net \
    /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.