Re: Installing multiple packages at once

2013-09-22 Thread Ludovic Courtès
Nikita Karetnikov nik...@karetnikov.org skribis: 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? Currently -i takes an argument, hence this syntax. What would be

Re: Installing multiple packages at once

2013-09-22 Thread Mark H Weaver
Nikita Karetnikov nik...@karetnikov.org 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