From mboxrd@z Thu Jan 1 00:00:00 1970 From: ludo@gnu.org (Ludovic =?utf-8?Q?Court=C3=A8s?=) Subject: Re: Helm System Packages: New support for Guix Date: Sat, 07 Apr 2018 23:53:25 +0200 Message-ID: <878t9yy97u.fsf@gnu.org> References: <874lkn2c9v.fsf@gmail.com> <8737072c5n.fsf@gmail.com> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:53275) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1f4vmb-0002i7-G8 for help-guix@gnu.org; Sat, 07 Apr 2018 17:54:02 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1f4vmY-0006eL-Fa for help-guix@gnu.org; Sat, 07 Apr 2018 17:54:01 -0400 Received: from hera.aquilenet.fr ([185.233.100.1]:52286) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1f4vmY-0006df-7O for help-guix@gnu.org; Sat, 07 Apr 2018 17:53:58 -0400 In-Reply-To: <8737072c5n.fsf@gmail.com> (Pierre Neidhardt's message of "Sat, 07 Apr 2018 22:21:00 +0530") List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: help-guix-bounces+gcggh-help-guix=m.gmane.org@gnu.org Sender: "Help-Guix" To: Pierre Neidhardt Cc: help-guix Pierre Neidhardt skribis: > One of the biggest missing features is _reverse dependency_ browsing: > does anyone know if it's possible to display them with guix? =E2=80=98guix refresh --list-dependents=E2=80=99 gives an overview of that.= I suppose you could write code along the same lines to do what you want. Ludo=E2=80=99.