scripts: environment: Allow lists of packages in expressions.
authorDavid Thompson <dthompson2@worcester.edu>
Sat, 31 Oct 2015 01:02:51 +0000 (21:02 -0400)
committerDavid Thompson <dthompson2@worcester.edu>
Sat, 31 Oct 2015 01:02:51 +0000 (21:02 -0400)
commitc9c282cea04ec5a3ee7bd17e6ad8846600220feb
tree7714b28669469994919ab41331e8a27d38af4368
parent4fca58a6c6f0a5c7d3ac2363557fabeb6524865d
scripts: environment: Allow lists of packages in expressions.

* guix/scripts/environment.scm (options/resolve-packages): Match against
  lists of packages when evaluating expressions.
* tests/guix-environment.sh: Add test.
* doc/guix.texi ("invoking guix environment"): Add docs.
doc/guix.texi
guix/scripts/environment.scm
tests/guix-environment.sh