pack: Honor package transformation options.
authorLudovic Courtès <ludovic.courtes@inria.fr>
Mon, 7 May 2018 08:44:18 +0000 (10:44 +0200)
committerLudovic Courtès <ludo@gnu.org>
Mon, 7 May 2018 08:46:07 +0000 (10:46 +0200)
commitaad16cc1965ab3488449c262455eb29b15c77e95
tree111a2532a58f667fdb69ef2cbeb0225ac08b49e4
parentdf6f86a0cb652172329597701683cfa837ddced2
pack: Honor package transformation options.

Previously they would silently be ignored.

* guix/scripts/pack.scm (guix-pack)[manifest-from-args]: Add 'store'
parameter.  Call 'options->transformation' and use it.
Move 'with-store' and 'parameterize' around the 'let'.
* tests/guix-pack.sh: Add test using '--with-source'.
guix/scripts/pack.scm
tests/guix-pack.sh