From mboxrd@z Thu Jan 1 00:00:00 1970 From: ludo@gnu.org (Ludovic =?utf-8?Q?Court=C3=A8s?=) Subject: Re: Installing multiple packages at once Date: Mon, 23 Sep 2013 00:21:39 +0200 Message-ID: <87mwn44hvw.fsf@gnu.org> References: <87a9j4ppr6.fsf@karetnikov.org> <87r4cgwmk4.fsf@tines.lan> 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]:46386) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VNs75-0001Ep-Pb for guix-devel@gnu.org; Sun, 22 Sep 2013 18:26:52 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1VNs70-0000Ok-Je for guix-devel@gnu.org; Sun, 22 Sep 2013 18:26:47 -0400 Received: from hera.aquilenet.fr ([141.255.128.1]:52488) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VNs70-0000Od-DE for guix-devel@gnu.org; Sun, 22 Sep 2013 18:26:42 -0400 In-Reply-To: <87r4cgwmk4.fsf@tines.lan> (Mark H. Weaver's message of "Sun, 22 Sep 2013 17:53:15 -0400") List-Id: 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: Mark H Weaver Cc: guix-devel@gnu.org Mark H Weaver skribis: > Nikita Karetnikov writes: > >> Someone on IRC said that they would prefer to write =E2=80=98-i foo bar = baz=E2=80=99 >> instead of =E2=80=98-i foo -i bar -i baz=E2=80=99. Should we change thi= s or allow both >> variants? And how hard would it be? > > You can do this: > > guix package --install=3D{foo,bar,baz} > > which the shell expands to the right thing before Guix is run. Indeed, even better. Ludo=E2=80=99.