all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* how to build dependent packages of a package?
@ 2024-05-10  6:58 Andy Tai
  2024-05-10  7:48 ` Guillaume Le Vaillant
  2024-05-10 13:08 ` Felix Lechner via
  0 siblings, 2 replies; 4+ messages in thread
From: Andy Tai @ 2024-05-10  6:58 UTC (permalink / raw)
  To: help-guix

Hi, I wonder if there is a Guix command to build all packages that
depend on a particular package?  Mainly useful for testing if updating
a package will break packages dependent on it


^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: how to build dependent packages of a package?
  2024-05-10  6:58 how to build dependent packages of a package? Andy Tai
@ 2024-05-10  7:48 ` Guillaume Le Vaillant
  2024-05-10 13:08 ` Felix Lechner via
  1 sibling, 0 replies; 4+ messages in thread
From: Guillaume Le Vaillant @ 2024-05-10  7:48 UTC (permalink / raw)
  To: Andy Tai; +Cc: help-guix

[-- Attachment #1: Type: text/plain, Size: 365 bytes --]

Andy Tai <atai@atai.org> skribis:

> Hi, I wonder if there is a Guix command to build all packages that
> depend on a particular package?  Mainly useful for testing if updating
> a package will break packages dependent on it

Hi. Something like the following works:

  ./pre-inst-env guix build $(guix refresh --list-dependent my-updated-package | cut -d ':' -f 2)

[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 247 bytes --]

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: how to build dependent packages of a package?
  2024-05-10  6:58 how to build dependent packages of a package? Andy Tai
  2024-05-10  7:48 ` Guillaume Le Vaillant
@ 2024-05-10 13:08 ` Felix Lechner via
  2024-05-10 18:02   ` Andy Tai
  1 sibling, 1 reply; 4+ messages in thread
From: Felix Lechner via @ 2024-05-10 13:08 UTC (permalink / raw)
  To: Andy Tai, help-guix

Hi Andy & everyone,

On Thu, May 09 2024, Andy Tai wrote:

> Hi, I wonder if there is a Guix command to build all packages that
> depend on a particular package?  Mainly useful for testing if updating
> a package will break packages dependent on it

The word "dependent" can mean one of two things.  May I suggest the use
of the terms "prerequisite" and "consumer" instead?

Kind regards
Felix


^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: how to build dependent packages of a package?
  2024-05-10 13:08 ` Felix Lechner via
@ 2024-05-10 18:02   ` Andy Tai
  0 siblings, 0 replies; 4+ messages in thread
From: Andy Tai @ 2024-05-10 18:02 UTC (permalink / raw)
  To: Felix Lechner; +Cc: help-guix

That is a good suggestion.  Consumers were what I meant.

On Fri, May 10, 2024 at 6:08 AM Felix Lechner <felix.lechner@lease-up.com>
wrote:

> Hi Andy & everyone,
>
> On Thu, May 09 2024, Andy Tai wrote:
>
> > Hi, I wonder if there is a Guix command to build all packages that
> > depend on a particular package?  Mainly useful for testing if updating
> > a package will break packages dependent on it
>
> The word "dependent" can mean one of two things.  May I suggest the use
> of the terms "prerequisite" and "consumer" instead?
>
> Kind regards
> Felix
>


-- 
Andy Tai, atai@atai.org, Skype: licheng.tai, Line: andy_tai, WeChat:
andytai1010
Year 2023 民國112年
自動的精神力是信仰與覺悟
自動的行為力是勞動與技能

^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2024-05-10 18:03 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-05-10  6:58 how to build dependent packages of a package? Andy Tai
2024-05-10  7:48 ` Guillaume Le Vaillant
2024-05-10 13:08 ` Felix Lechner via
2024-05-10 18:02   ` Andy Tai

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.