From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mp1 ([2001:41d0:2:4a6f::]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) by ms11 with LMTPS id ILILLFNaF2DPMgAA0tVLHw (envelope-from ) for ; Mon, 01 Feb 2021 01:33:07 +0000 Received: from aspmx1.migadu.com ([2001:41d0:2:4a6f::]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) by mp1 with LMTPS id qPLdJ1NaF2BWUAAAbx9fmQ (envelope-from ) for ; Mon, 01 Feb 2021 01:33:07 +0000 Received: from lists.gnu.org (lists.gnu.org [209.51.188.17]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by aspmx1.migadu.com (Postfix) with ESMTPS id 8EB109403C8 for ; Mon, 1 Feb 2021 01:33:06 +0000 (UTC) Received: from localhost ([::1]:57386 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1l6O5R-0008Ld-FN for larch@yhetil.org; Sun, 31 Jan 2021 20:33:05 -0500 Received: from eggs.gnu.org ([2001:470:142:3::10]:46758) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1l6O5I-0008LT-J2 for help-guix@gnu.org; Sun, 31 Jan 2021 20:32:57 -0500 Received: from tobias.gr ([2a02:c205:2020:6054::1]:51212) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1l6O5F-0001C0-Ur for help-guix@gnu.org; Sun, 31 Jan 2021 20:32:56 -0500 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=tobias.gr; s=2018; bh=WrzvNi+8IldWuV3UGH83ReTV5xtQS40tgR/cVJmOaAg=; h=date:in-reply-to: references:subject:cc:to:from; b=Yq2WxSKqqUkYqmcmDlih4gKyReTNdtZC5YTrc vCHccIWS+vLzhPivw4Ks62aokFpHYdklh7ZoQQoODXj5d6eJsRgmEoJSB68Wigch4QVYGa BoqEeUAxDUn1vYdADtQKlJD0t7jE7dflGF05QGE3XI249p7mpQN1UibX7VNyVB+OnZq0Ur sYeoOmvUZkVZP3zC/txFQI+INEp5UQ4/I5IwwYjMP5ZUYn+JmhX0NdU+5ziG1tO7MijEW9 RTqUG6uznF2NZL3ztYXpbFw6/0oB1YF3zqonvFXYvxpXOgqQqwaLCTIyQCEh+VIGdg/EdP epBxAeu3ByX5mPRuyV4O9F+Yg== Received: by submission.tobias.gr (OpenSMTPD) with ESMTPSA id b1e5b1e4 (TLSv1.2:ECDHE-ECDSA-AES256-GCM-SHA384:256:NO); Mon, 1 Feb 2021 01:33:32 +0000 (UTC) BIMI-Selector: v=BIMI1; s=default; From: Tobias Geerinckx-Rice To: Phil Subject: Re: Output all dependencies recursively for package References: <85zh0pdzyn.fsf@beadling.co.uk> <87v9bdno7b.fsf@dismail.de> In-reply-to: <87v9bdno7b.fsf@dismail.de> Date: Mon, 01 Feb 2021 02:32:49 +0100 Message-ID: <87zh0oh8se.fsf@nckx> MIME-Version: 1.0 Content-Type: multipart/signed; boundary="=-=-="; micalg=pgp-sha512; protocol="application/pgp-signature" Received-SPF: pass client-ip=2a02:c205:2020:6054::1; envelope-from=me@tobias.gr; helo=tobias.gr X-Spam_score_int: -20 X-Spam_score: -2.1 X-Spam_bar: -- X-Spam_report: (-2.1 / 5.0 requ) BAYES_00=-1.9, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, DKIM_VALID_EF=-0.1, SPF_HELO_PASS=-0.001, SPF_PASS=-0.001 autolearn=ham autolearn_force=no X-Spam_action: no action X-BeenThere: help-guix@gnu.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Cc: help-guix@gnu.org Errors-To: help-guix-bounces+larch=yhetil.org@gnu.org Sender: "Help-Guix" X-Migadu-Flow: FLOW_IN X-Migadu-Spam-Score: -4.66 Authentication-Results: aspmx1.migadu.com; dkim=pass header.d=tobias.gr header.s=2018 header.b=Yq2WxSKq; dmarc=pass (policy=reject) header.from=tobias.gr; spf=pass (aspmx1.migadu.com: domain of help-guix-bounces@gnu.org designates 209.51.188.17 as permitted sender) smtp.mailfrom=help-guix-bounces@gnu.org X-Migadu-Queue-Id: 8EB109403C8 X-Spam-Score: -4.66 X-Migadu-Scanner: scn0.migadu.com X-TUID: HfYXj+7YpeYy --=-=-= Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: quoted-printable Phil, Phil writes: > I'm looking for a command similar to 'guix show' which will give=20 > a packages explicit > dependencies, recursively. Best ditch the d-word; it's too ambiguous to be useful, as=20 illustrated by this thread. If by =E2=80=98explicit dependencies=E2=80=99 you mean all explicitly liste= d=20 inputs then none of the suggested commands so far actually do what=20 you're asking for, which is to show nothing for, e.g., the =E2=80=98hello= =E2=80=99=20 package. I don't think there's a CLI command to do so, but it's quite easy=20 to recurse over all (package-{,native-,propagated-}inputs pkg)=20 using =E2=80=98guix repl=E2=80=99 if you know some Scheme. What's your use= case=20 here? Perhaps it's good enough to warrant =E2=80=98guix refresh=20 =2D-list-transitive-inputs=E2=80=99 (to avoid philosophical discussions=20 about what constitutes a graph :-). Kind regards, T G-R --=-=-= Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- iIMEARYKACsWIQT12iAyS4c9C3o4dnINsP+IT1VteQUCYBdaQQ0cbWVAdG9iaWFz LmdyAAoJEA2w/4hPVW15fQsBANq5HE/PTU4EZa4/K6smgFsaY7KHJ44wrZWAhJvn 3fYTAPwJZuoglF1MgNVneihFJJis7pxqobVVmd1vGs40Q9CdAw== =pPiW -----END PGP SIGNATURE----- --=-=-=--