environment: Add --manifest option.
authorDavid Thompson <dthompson2@worcester.edu>
Fri, 16 Feb 2018 01:54:28 +0000 (20:54 -0500)
committerDavid Thompson <dthompson2@worcester.edu>
Thu, 22 Feb 2018 03:16:38 +0000 (22:16 -0500)
commit267379f852f9d6d00c76120963711d54357ba53d
treed50040e19049c99d9d0c799183384cb3ec4abc3a
parentea6b1baec7515ec941f35c186ab314ec1c844250
environment: Add --manifest option.

* guix/scripts/environment.scm (show-help, %options): Add -m/--manifest.
(options/resolve-packages): Handle manifests.
* tests/guix-envronment.sh: Add a test.
* doc/guix.texi (Invoking guix environment): Document it.
doc/guix.texi
guix/scripts/environment.scm
tests/guix-environment.sh