From mboxrd@z Thu Jan 1 00:00:00 1970 From: ludo@gnu.org (Ludovic =?utf-8?Q?Court=C3=A8s?=) Subject: Re: =?utf-8?Q?What=E2=80=99s?= the weather like? Date: Tue, 25 Jul 2017 12:26:32 +0200 Message-ID: <87r2x4lsmf.fsf@gnu.org> References: <87bmodkem5.fsf@gnu.org> <87mv7v8tzs.fsf@elephly.net> <87inij8n5j.fsf@elephly.net> <87h8y38lhz.fsf@elephly.net> 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]:55428) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1dZx32-0002UC-3a for guix-devel@gnu.org; Tue, 25 Jul 2017 06:26:40 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1dZx2y-0000o4-Ux for guix-devel@gnu.org; Tue, 25 Jul 2017 06:26:40 -0400 In-Reply-To: <87h8y38lhz.fsf@elephly.net> (Ricardo Wurmus's message of "Sun, 23 Jul 2017 13:02:00 +0200") List-Id: "Development of GNU Guix and the GNU System distribution." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guix-devel-bounces+gcggd-guix-devel=m.gmane.org@gnu.org Sender: "Guix-devel" To: Ricardo Wurmus Cc: guix-devel Hello Guix! Ricardo Wurmus skribis: > Ricardo Wurmus writes: > >>> Now if one could pass a manifest or a system configuration to =E2=80=9C= guix >>> weather=E2=80=9D and it would show how many of the desired packages have >>> substitutes that would be even more useful. Looking at the concise code >>> it seems to be an almost trivial change. >> >> Attached is a patch against =E2=80=9Cweather.scm=E2=80=9D that adds a = =E2=80=9C--manifest=E2=80=9D >> option. > > And here=E2=80=99s the missing addition to the =E2=80=9Cusage=E2=80=9D ou= tput: Awesome. I went ahead and pushed the new command as commit 585347d7aa3a2a23359b354a550f161d5102c517. Thank you! Ludo=E2=80=99.