package: Add --manifest option.
authorDavid Thompson <dthompson2@worcester.edu>
Fri, 15 May 2015 01:11:57 +0000 (21:11 -0400)
committerDavid Thompson <dthompson2@worcester.edu>
Wed, 20 May 2015 16:13:04 +0000 (12:13 -0400)
commit1b6764477fda1a71f0ed377546f49adf2e36e5cb
tree6b5287296f1f0b34e50680907495916c65aee446
parent8404ed5c3e3a36958dc0427531b21ae14b6398aa
package: Add --manifest option.

* guix/scripts/package.scm (show-help): Add help text.
  (%options): Add manifest option.
  (guix-package): Add manifest option handler.
* doc/guix.texi ("Invoking guix package"): Document it.
* tests/guix-package.sh: Add test.
doc/guix.texi
guix/scripts/package.scm
tests/guix-package.sh