[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Installing multiple packages at once
From: |
Ludovic Courtès |
Subject: |
Re: Installing multiple packages at once |
Date: |
Mon, 23 Sep 2013 00:21:39 +0200 |
User-agent: |
Gnus/5.130007 (Ma Gnus v0.7) Emacs/24.3 (gnu/linux) |
Mark H Weaver <address@hidden> skribis:
> Nikita Karetnikov <address@hidden> writes:
>
>> Someone on IRC said that they would prefer to write ‘-i foo bar baz’
>> instead of ‘-i foo -i bar -i baz’. Should we change this or allow both
>> variants? And how hard would it be?
>
> You can do this:
>
> guix package --install={foo,bar,baz}
>
> which the shell expands to the right thing before Guix is run.
Indeed, even better.
Ludo’.