ui: Add procedures to display a profile generation.
authorLudovic Courtès <ludo@gnu.org>
Mon, 26 Oct 2015 20:16:20 +0000 (21:16 +0100)
committerLudovic Courtès <ludo@gnu.org>
Mon, 26 Oct 2015 23:01:20 +0000 (00:01 +0100)
commitad18c7e64c844350f295a2f79605800a7718ed78
treef9592d3bafeab8ca6a54a8aa749b7d69198a9486
parentd50cb56d9b58f3e1605f59b35ce99942c3b70d24
ui: Add procedures to display a profile generation.

* guix/scripts/package.scm (guix-package)[process-query](list-generations):
  Move part of the body to 'delete-generation' and
  'display-profile-content'.
* guix/ui.scm (display-generation, display-profile-content): New
  procedures.
guix/scripts/package.scm
guix/ui.scm