Re: [PATCH 5/7] ui: Add 'show-derivation-outputs'.

2015-08-18 Thread Ludovic Courtès
Alex Kost skribis: > * guix/scripts/build.scm (guix-build): Extract code from here and move to... > * guix/ui.scm (show-derivation-outputs): ... here. New procedure. [...] > +(define (show-derivation-outputs derivation) > + "Show outputs of DERIVATION." “Show the output file names of DERIVAT

[PATCH 5/7] ui: Add 'show-derivation-outputs'.

2015-07-25 Thread Alex Kost
* guix/scripts/build.scm (guix-build): Extract code from here and move to... * guix/ui.scm (show-derivation-outputs): ... here. New procedure. --- guix/scripts/build.scm | 9 + guix/ui.scm| 11 ++- 2 files changed, 11 insertions(+), 9 deletions(-) diff --git a/guix/s