From mboxrd@z Thu Jan 1 00:00:00 1970 From: ludo@gnu.org (Ludovic =?utf-8?Q?Court=C3=A8s?=) Subject: Re: A couple roadblocks using guix Date: Fri, 23 Jan 2015 09:43:34 +0100 Message-ID: <87ppa5x4y1.fsf@gnu.org> References: <87oapqzgka.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]:51981) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YEZqB-0005fN-Gr for guix-devel@gnu.org; Fri, 23 Jan 2015 03:43:44 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1YEZq6-0002eS-HC for guix-devel@gnu.org; Fri, 23 Jan 2015 03:43:43 -0500 Received: from fencepost.gnu.org ([2001:4830:134:3::e]:48563) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YEZq6-0002eO-DV for guix-devel@gnu.org; Fri, 23 Jan 2015 03:43:38 -0500 In-Reply-To: (David Thompson's message of "Thu, 22 Jan 2015 15:57:06 -0500") 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: "Thompson, David" Cc: guix-devel "Thompson, David" skribis: > However, because 'guix environment' doesn't manipulate a user's > profile, I think that it would still be very useful to create these > meta-packages. For this specific case, yes, 'guix environment' can be > used to fetch the necessary GCC toolchain to develop something, but > what about non-development packages? It would be very convenient to > be able to run 'guix package -i xfce-desktop', for example. Ah yes, good point. I think we discussed Xfce specifically before, but I=E2=80=99m not sure why= it hasn=E2=80=99t landed. =E5=AE=8B=E6=96=87=E6=AD=A6? :-) So in general I agree it=E2=80=99s a good idea, and it=E2=80=99s easily don= e with =E2=80=98union-build=E2=80=99, so if people know of useful meta-packages, p= lease send a patch. Thanks, Ludo=E2=80=99.