guix package: Add '--list-profiles'.
authorLudovic Courtès <ludo@gnu.org>
Tue, 24 Sep 2019 15:50:48 +0000 (17:50 +0200)
committerLudovic Courtès <ludo@gnu.org>
Thu, 26 Sep 2019 09:43:26 +0000 (11:43 +0200)
commit3972dc5d43ea824ee4ab78592e759f62ce90bf6a
tree8d3e77fa1ea038735b327ecc9b2b959f6cefdb3f
parent71339070a9c38dc5502697edacb11adbc30303eb
guix package: Add '--list-profiles'.

* guix/scripts/package.scm (show-help, %options): Add '--list-profiles'.
(process-query): Honor it.
* tests/guix-package.sh: Add test.
doc/guix.texi
guix/scripts/package.scm
tests/guix-package.sh