environment: Non ad-hoc mode also honors transformation options.
commitd108f59761f6581bff0d405c38852688ba04961d
authorLudovic Courtès <ludovic.courtes@inria.fr>
Tue, 7 May 2019 12:38:06 +0000 (7 14:38 +0200)
committerLudovic Courtès <ludo@gnu.org>
Tue, 7 May 2019 13:46:53 +0000 (7 15:46 +0200)
treebc718bae021b6c7039d4a2fdbce6162e744d406f
parentbdd30bf00b04b8d236140f865f23e44ea2a28b86
environment: Non ad-hoc mode also honors transformation options.

Fixes <https://bugs.gnu.org/35618>.
Reported by Florent Pruvost <florent.pruvost@inria.fr>.

* guix/scripts/environment.scm (options/resolve-packages): Add call to
TRANSFORM in non "ad-hoc" case.
* tests/guix-environment.sh: Add test.
guix/scripts/environment.scm
tests/guix-environment.sh