scripts: package: Add --install-from-file option.
authorDavid Thompson <dthompson2@worcester.edu>
Sun, 9 Aug 2015 15:35:51 +0000 (11:35 -0400)
committerDavid Thompson <dthompson2@worcester.edu>
Thu, 20 Aug 2015 02:23:59 +0000 (22:23 -0400)
commit0d2794005caa627965fd6256f28f94e36cd4b5a0
tree065eb643a5a59653faa90206dc07d12996ebbb6d
parent83bde59fb3db5827002a0049a5571e4163af5ff1
scripts: package: Add --install-from-file option.

* guix/scripts/package.scm (show-help): Add help text for --install-from-file
  option.
  (%options): Add --install-from-file option.
* tests/guix-package.sh: Test it.
* doc/guix.texi ("invoking guix package"): Document it.
* doc/package-hello.scm: New file.
* doc.am (EXTRA_DIST): Add it.
doc.am
doc/guix.texi
doc/package-hello.scm [new file with mode: 0644]
guix/scripts/package.scm
tests/guix-package.sh