ui: Move 'show-manifest-transaction' from (guix profiles).
authorAlex Kost <alezost@gmail.com>
Wed, 8 Oct 2014 13:15:49 +0000 (17:15 +0400)
committerLudovic Courtès <ludo@gnu.org>
Thu, 9 Oct 2014 22:06:35 +0000 (00:06 +0200)
commit5d7a8584f5c6aeed720c1115b8d46aa5a8d3157b
tree1951ecb136601c8b3d8c440ed97da475eceb2334
parent12703d0854a1b16ddc73fd7c2440ef8497593a70
ui: Move 'show-manifest-transaction' from (guix profiles).

* guix/profiles.scm: Do not use (guix ui) module.
  (right-arrow, manifest-show-transaction): Move and rename to...
* guix/ui.scm (right-arrow, show-manifest-transaction): ... here.
* tests/profiles.scm ("manifest-show-transaction"): Move to...
* tests/ui.scm ("show-manifest-transaction"): ... here.
  (guile-1.8.8, guile-2.0.9): New variables.
* emacs/guix-main.scm (process-package-actions): Rename
  'manifest-show-transaction' to 'show-manifest-transaction'.
* guix/scripts/package.scm (guix-package): Likewise.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
emacs/guix-main.scm
guix/profiles.scm
guix/scripts/package.scm
guix/ui.scm
tests/profiles.scm
tests/ui.scm