From mboxrd@z Thu Jan 1 00:00:00 1970 From: Alex Kost Subject: Re: guix.el & multiple outputs Date: Sun, 07 Sep 2014 20:14:20 +0400 Message-ID: <87egvn5rxf.fsf@gmail.com> References: <87a96e7bu3.fsf@gmail.com> <87egvq1nj2.fsf@gnu.org> <87y4ty5jl9.fsf@gmail.com> <8738c5vmuv.fsf@gnu.org> <87lhpw66kq.fsf@gmail.com> <87y4twek0u.fsf@taylan.uni.cx> <87bnqssbc0.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]:40592) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XQf6m-0006az-Mm for guix-devel@gnu.org; Sun, 07 Sep 2014 12:14:41 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1XQf6d-0002pE-Gc for guix-devel@gnu.org; Sun, 07 Sep 2014 12:14:32 -0400 In-Reply-To: <87bnqssbc0.fsf_-_@gnu.org> ("Ludovic \=\?utf-8\?Q\?Court\=C3\=A8s\?\= \=\?utf-8\?Q\?\=22's\?\= message of "Sat, 06 Sep 2014 23:11:59 +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-bounces+gcggd-guix-devel=m.gmane.org@gnu.org To: Ludovic =?utf-8?Q?Court=C3=A8s?= Cc: guix-devel@gnu.org Ludovic Court=C3=A8s (2014-09-07 01:11 +0400) wrote: > Taylan Ulrich Bayirli/Kammer skribis: > >> By the way, it might be nice to have an option to list the secondary >> outputs of a package explicitly alongside the normal, as if it were just >> another package. > > Currently *Guix Package List* shows, for instance: > > gcc-toolchain 4.9.1 out, debug debug, out Complete GC= C tool chain for C/C++ development > > Are you suggesting that it should instead show it as two lines? > > gcc-toolchain 4.9.1 out yes Complete GCC tool chain = for C/C++ development > gcc-toolchain 4.9.1 debug yes Complete GCC tool chain = for C/C++ development > > I think I would prefer it. (One advantage is that it would allow users > to mark just one specific output, which is not currently possible.) [...] OK, I think I can add support for such list of outputs and there may be a variable for a user to choose what variant ("package list" or "output list") he prefers. I hope I will implement it soon, but I also need to improve the code for getting information about packages (in =E2=80=9Cguix-main.scm=E2=80=9D). I= 'm thinking hard on it :)