guix-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Installing multiple packages at once


From: Mark H Weaver
Subject: Re: Installing multiple packages at once
Date: Sun, 22 Sep 2013 17:53:15 -0400
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/24.3 (gnu/linux)

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.

    Mark



reply via email to

[Prev in Thread] Current Thread [Next in Thread]