From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:470:142:3::10]:60118) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1iDQQT-0007br-NT for guix-patches@gnu.org; Thu, 26 Sep 2019 05:51:06 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1iDQQS-0007NB-RA for guix-patches@gnu.org; Thu, 26 Sep 2019 05:51:05 -0400 Received: from debbugs.gnu.org ([209.51.188.43]:33892) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1iDQQQ-0007Jm-P9 for guix-patches@gnu.org; Thu, 26 Sep 2019 05:51:02 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1iDQQQ-0006wX-Nb for guix-patches@gnu.org; Thu, 26 Sep 2019 05:51:02 -0400 Subject: bug#37502: [PATCH] guix package: Add '--list-profiles'. Resent-To: guix-patches@gnu.org Resent-Message-ID: From: Ludovic =?UTF-8?Q?Court=C3=A8s?= References: <20190924155224.20752-1-ludo@gnu.org> Date: Thu, 26 Sep 2019 11:50:42 +0200 In-Reply-To: <20190924155224.20752-1-ludo@gnu.org> ("Ludovic \=\?utf-8\?Q\?Cou\?\= \=\?utf-8\?Q\?rt\=C3\=A8s\=22's\?\= message of "Tue, 24 Sep 2019 17:52:24 +0200") Message-ID: <87y2ybo07h.fsf@gnu.org> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guix-patches-bounces+kyle=kyleam.com@gnu.org Sender: "Guix-patches" To: 37502-done@debbugs.gnu.org Ludovic Court=C3=A8s skribis: > * guix/scripts/package.scm (show-help, %options): Add '--list-profiles'. > (process-query): Honor it. > * tests/guix-package.sh: Add test. Pushed as 3972dc5d43ea824ee4ab78592e759f62ce90bf6a. Ludo=E2=80=99.