From mboxrd@z Thu Jan 1 00:00:00 1970 From: Konrad Hinsen Subject: Re: Checking for substitutes Date: Tue, 5 Jun 2018 20:33:34 +0200 Message-ID: <9eaa0804-bc20-b40e-72df-0d4eb4053224@fastmail.net> References: <87zi09wgk8.fsf@ngyro.com> <87sh61z545.fsf@elephly.net> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: 8bit Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:35265) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1fQGm7-0001c3-0g for help-guix@gnu.org; Tue, 05 Jun 2018 14:33:44 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1fQGm3-0006I0-Ru for help-guix@gnu.org; Tue, 05 Jun 2018 14:33:42 -0400 Received: from out1-smtp.messagingengine.com ([66.111.4.25]:58159) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1fQGm3-0006HG-EP for help-guix@gnu.org; Tue, 05 Jun 2018 14:33:39 -0400 In-Reply-To: <87sh61z545.fsf@elephly.net> Content-Language: en-US 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: Ricardo Wurmus , Timothy Sample , help-guix@gnu.org Hi Ricardo, >> I tried it. It provides interesting statistics, but always considers all >> packages in Guix rather than just the ones I care about. > > You can pass a manifest to “guix weather”. Found it in the manual - great! And a quick look at the source shows that it shouldn't be too hard to make it print a list of the packages that are not available as substitutes. It's on my to-do list... Thanks, Konrad.