From mboxrd@z Thu Jan 1 00:00:00 1970 From: Robert Vollmert Subject: Re: distinguishing between applications and libraries Date: Tue, 2 Jul 2019 15:35:18 +0200 Message-ID: <626A5DF1-310E-4FEC-8A8D-CE8A78BCA066@vllmrt.net> References: <0E655A03-834C-4219-8956-D69CF4C6A444@vllmrt.net> <87lfxhv322.fsf@elephly.net> Mime-Version: 1.0 (Mac OS X Mail 12.4 \(3445.104.11\)) Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Return-path: Received: from eggs.gnu.org ([2001:470:142:3::10]:34268) by lists.gnu.org with esmtp (Exim 4.86_2) (envelope-from ) id 1hiIwV-0004KT-N6 for guix-devel@gnu.org; Tue, 02 Jul 2019 09:35:32 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1hiIwU-0001XT-QA for guix-devel@gnu.org; Tue, 02 Jul 2019 09:35:31 -0400 Received: from mx1.mailbox.org ([80.241.60.212]:9044) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1hiIwU-0001Ss-JK for guix-devel@gnu.org; Tue, 02 Jul 2019 09:35:30 -0400 In-Reply-To: <87lfxhv322.fsf@elephly.net> 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@gnu.org > On 1. Jul 2019, at 23:48, Ricardo Wurmus wrote: >> - `guix search` would ignore library packages by default >=20 > I think it=E2=80=99s valid for users to want to install libraries. = For Python, > for example, installing modules that don=E2=80=99t provide any = executables > appears to be the norm. The idea would be that `guix search ` would find applications related to topic, while e.g. `guix search [-l|--include-libraries] ` would include library packages. So installing libraries would still be possible. (It needn=E2=80=99t be a =E2=80=9Capplication vs library=E2=80=9D = distinction either, it could be =E2=80=9Cgraphical vs command line=E2=80=9D or =E2=80=9Cuser vs = development=E2=80=9D or whatever.) Robert