From mboxrd@z Thu Jan 1 00:00:00 1970 From: Yoshinori Arai Subject: Re: Where is gtk-update-icon-cache ... ? Date: Sat, 2 Feb 2019 09:12:04 +0900 Message-ID: <20190202001204.qge3m2bacpchx4ym@WaraToNora> References: <20190111000055.GB26136@jasmine.lan> <87d0p34wmi.fsf@elephly.net> <4bfd8fa0-a40c-ca64-4194-99503f3bfa6e@riseup.net> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit Return-path: Received: from eggs.gnu.org ([209.51.188.92]:39442) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1gpivK-0003i5-KM for help-guix@gnu.org; Fri, 01 Feb 2019 19:12:43 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1gpiv3-0005bf-Vu for help-guix@gnu.org; Fri, 01 Feb 2019 19:12:32 -0500 Received: from mail-pf1-x430.google.com ([2607:f8b0:4864:20::430]:33923) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1gpiut-0005Ym-CY for help-guix@gnu.org; Fri, 01 Feb 2019 19:12:17 -0500 Received: by mail-pf1-x430.google.com with SMTP id h3so4032093pfg.1 for ; Fri, 01 Feb 2019 16:12:12 -0800 (PST) Content-Disposition: inline In-Reply-To: <4bfd8fa0-a40c-ca64-4194-99503f3bfa6e@riseup.net> 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: swedebugia Cc: help-guix On Thu, Jan 31, 2019 at 03:58:40PM +0100, swedebugia wrote: > On 2019-01-11 09:51, 荒井吉則 wrote: > > On Fri, Jan 11, 2019 at 06:00:05AM +0100, Ricardo Wurmus wrote: > > > If you want to install gtk-update-icon-cache you need to install the > > > “gtk+:bin” package to a profile, e.g. by doing > > > > > >     guix package -i gtk+:bin > > > > > > > OK, I will do it. > > However I think it is kind to ask will you install bin when someone > > install like gtk+ or glibc with guix package -i . > > Your idea seems user friendly, but to implement it we would have to find a > way to distinguish library-packages from other packages. I'm not sure how to > programmatically distinguish if a package has a bin-output. > > Right now you have to investigate the different outputs yourself e.g. by > running: > > $ guix package --show=gtk+ > > which lists the different outputs. > > -- > Cheers Swedebugia Hello, I don't know is it not sure how to programmatically distinguish. However, if library-packages would separete into library-only and bin package, user can choose which one as debian dev package. I think.