guix-devel/guix/scripts
David Thompson 1de2fe95e0 scripts: environment: Use system* instead of system.
This allows for direct program invokation without needing a shell to act
as a command interpreter.

* guix/scripts/environment.scm (%default-shell): New variable.
  (show-help): Adjust description.  Remove '--exec' reference.
  (%default-options): Use '%default-shell'.
  (%options): Adjust '--exec' to run command via the default shell.
  (parse-args): New procedure.
  (guix-environment): Use 'parse-args'.  Use 'system*' instead of
  'system'.
* tests/guix-environment.sh: Add test for '--' command invokation.
* doc/guix.texi ("Invoking guix environment"): Use new syntax.  Remove
  '--exec' documentation.
2015-10-09 12:17:01 -04:00
..
import Add (guix scripts). 2015-09-18 21:42:06 +03:00
archive.scm Add (guix scripts). 2015-09-18 21:42:06 +03:00
authenticate.scm Remove assorted Guile 2.0.5 workarounds. 2015-05-10 11:07:51 +02:00
build.scm ui: Add 'show-derivation-outputs'. 2015-09-18 21:42:06 +03:00
download.scm Add (guix scripts). 2015-09-18 21:42:06 +03:00
edit.scm Add (guix scripts). 2015-09-18 21:42:06 +03:00
environment.scm scripts: environment: Use system* instead of system. 2015-10-09 12:17:01 -04:00
gc.scm guix gc: Add '--list-failures' and '--clear-failures'. 2015-09-28 22:54:04 +02:00
graph.scm Add (guix scripts). 2015-09-18 21:42:06 +03:00
hash.scm Add (guix scripts). 2015-09-18 21:42:06 +03:00
import.scm import: Add 'cran' importer. 2015-08-31 15:39:34 +02:00
lint.scm lint: Export 'run-checkers'. 2015-10-09 16:17:45 +03:00
offload.scm offload: Use gzip instead of xz for compression on the master. 2015-09-25 22:35:35 +02:00
package.scm Add (guix scripts). 2015-09-18 21:42:06 +03:00
publish.scm publish: Fix file descriptor leak. 2015-10-06 23:51:04 +02:00
pull.scm Add (guix scripts). 2015-09-18 21:42:06 +03:00
refresh.scm Add (guix scripts). 2015-09-18 21:42:06 +03:00
size.scm Add (guix scripts). 2015-09-18 21:42:06 +03:00
substitute.scm substitute: Improve readability of download progress report. 2015-09-16 23:50:12 +02:00
system.scm scripts: Add 'build-package'. 2015-09-22 22:05:10 +03:00