guix package: Support multiple profiles with '--list-installed'.
authorzimoun <zimon.toutoune@gmail.com>
Thu, 21 May 2020 21:43:06 +0000 (23:43 +0200)
committerLudovic Courtès <ludo@gnu.org>
Sat, 23 May 2020 14:29:29 +0000 (16:29 +0200)
commit881eaae1abe39ea324ea9c757e84d15eb30f869f
tree3e60f598c60bc11ceb17da53887d10c6229e6a2e
parent197c07a84767ac885ae2cf1300e0933efe424431
guix package: Support multiple profiles with '--list-installed'.

* guix/scripts/package.scm (process-query): List installed multiple profiles.
* tests/guix-package-net.sh: Test it.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
guix/scripts/package.scm
tests/guix-package-net.sh