From mboxrd@z Thu Jan 1 00:00:00 1970 From: Alex Kost Subject: Re: =?utf-8?Q?What=E2=80=99s?= the weather like? Date: Wed, 26 Jul 2017 23:22:01 +0300 Message-ID: <87bmo7gd92.fsf@gmail.com> References: <87bmodkem5.fsf@gnu.org> <87mv7v8tzs.fsf@elephly.net> <87inij8n5j.fsf@elephly.net> <87h8y38lhz.fsf@elephly.net> <87r2x4lsmf.fsf@gnu.org> 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]:60545) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1daSop-0001RB-00 for guix-devel@gnu.org; Wed, 26 Jul 2017 16:22:07 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1daSom-00031o-CA for guix-devel@gnu.org; Wed, 26 Jul 2017 16:22:06 -0400 In-Reply-To: <87r2x4lsmf.fsf@gnu.org> ("Ludovic \=\?utf-8\?Q\?Court\=C3\=A8s\=22'\?\= \=\?utf-8\?Q\?s\?\= message of "Tue, 25 Jul 2017 12:26:32 +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: Ludovic =?utf-8?Q?Court=C3=A8s?= Cc: guix-devel Ludovic Court=C3=A8s (2017-07-25 12:26 +0200) wrote: > Hello Guix! > > Ricardo Wurmus skribis: > >> Ricardo Wurmus writes: >> >>>> Now if one could pass a manifest or a system configuration to =E2=80= =9Cguix >>>> weather=E2=80=9D and it would show how many of the desired packages ha= ve >>>> substitutes that would be even more useful. Looking at the concise co= de >>>> 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 o= utput: > > Awesome. > > I went ahead and pushed the new command as commit > 585347d7aa3a2a23359b354a550f161d5102c517. Hi, I've noticed that "guix weather" provides "--manifest" long option but not "-m" short option (as "guix package" does). Would it be better to add "-m" for consistency with "guix package"? --=20 Alex