Re: [PATCH] guix package: allow multiple arguments after -i, -r, and -u

2013-12-14 Thread Ludovic Courtès
Mark H Weaver skribis: > Excellent! Here's an updated patch incorporating your suggestions, > and also with the following additional changes: > > * Arguments to install and remove are now optional, so --install a b > works without the '='. > > * I fixed a bug where "--upgrade gcc" (without the

Re: [PATCH] guix package: allow multiple arguments after -i, -r, and -u

2013-12-14 Thread Mark H Weaver
849 Mon Sep 17 00:00:00 2001 From: Mark H Weaver Date: Fri, 13 Dec 2013 15:37:57 -0500 Subject: [PATCH] guix package: allow multiple arguments after -i, -r, and -u. * guix/scripts/package.scm (%options): Adapt option processors to accept and return a second seed value: 'arg-handler',

Re: [PATCH] guix package: allow multiple arguments after -i, -r, and -u

2013-12-13 Thread Ludovic Courtès
Mark H Weaver skribis: > From 95c205364cd0cececb0a464fea6f4a328467ef54 Mon Sep 17 00:00:00 2001 > From: Mark H Weaver > Date: Fri, 13 Dec 2013 15:37:57 -0500 > Subject: [PATCH] guix package: allow multiple arguments after -i, -r, and -u. > > * guix/scripts/package.scm (%opti

[PATCH] guix package: allow multiple arguments after -i, -r, and -u

2013-12-13 Thread Mark H Weaver
For your consideration. Mark >From 95c205364cd0cececb0a464fea6f4a328467ef54 Mon Sep 17 00:00:00 2001 From: Mark H Weaver Date: Fri, 13 Dec 2013 15:37:57 -0500 Subject: [PATCH] guix package: allow multiple arguments after -i, -r, and -u. * guix/scripts/package.scm (%options): Adapt opt