From: Guillaume Le Vaillant <glv@posteo.net>
To: Andy Tai <atai@atai.org>
Cc: help-guix@gnu.org
Subject: Re: how to build dependent packages of a package?
Date: Fri, 10 May 2024 07:48:07 +0000 [thread overview]
Message-ID: <87pltukszs.fsf@kitej> (raw)
In-Reply-To: <CAJsg1E9TEC7Zb7w1_YLmKWyLCvhf6EVLxOtVY8J1nHv6p_rFHA@mail.gmail.com> (Andy Tai's message of "Thu, 9 May 2024 23:58:55 -0700")
[-- 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 --]
next prev parent reply other threads:[~2024-05-10 7:49 UTC|newest]
Thread overview: 4+ messages / expand[flat|nested] mbox.gz Atom feed top
2024-05-10 6:58 how to build dependent packages of a package? Andy Tai
2024-05-10 7:48 ` Guillaume Le Vaillant [this message]
2024-05-10 13:08 ` Felix Lechner via
2024-05-10 18:02 ` Andy Tai
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=87pltukszs.fsf@kitej \
--to=glv@posteo.net \
--cc=atai@atai.org \
--cc=help-guix@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 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.