Re: [PATCH] guix archive: '-f docker' supports package names as arguments.

2017-01-08 Thread Ludovic Courtès
Hi! Ricardo Wurmus skribis: > Ludovic Courtès writes: > >> This allows users to type: >> >> guix archive -f docker emacs >> >> as was already the case for the 'nar' format. >> >> Reported by David Thompson. >> >> * guix/scripts/archive.scm (%default-options): Add 'format'. >> (export-from-sto

Re: [PATCH] guix archive: '-f docker' supports package names as arguments.

2017-01-06 Thread Ricardo Wurmus
Ludovic Courtès writes: > This allows users to type: > > guix archive -f docker emacs > > as was already the case for the 'nar' format. > > Reported by David Thompson. > > * guix/scripts/archive.scm (%default-options): Add 'format'. > (export-from-store): Dispatch based on the 'format' key in

[PATCH] guix archive: '-f docker' supports package names as arguments.

2017-01-06 Thread Ludovic Courtès
This allows users to type: guix archive -f docker emacs as was already the case for the 'nar' format. Reported by David Thompson. * guix/scripts/archive.scm (%default-options): Add 'format'. (export-from-store): Dispatch based on the 'format' key in OPTS. (guix-archive): Call 'export-from-sto