diff options
| author | Ludovic Courtès <ludo@gnu.org> | 2015-06-30 17:42:35 +0200 |
|---|---|---|
| committer | Ludovic Courtès <ludo@gnu.org> | 2015-07-01 23:29:49 +0200 |
| commit | ce367ef3a9031e3211d616630ff01c8a6128db96 (patch) | |
| tree | bdb7af923ad304395a701faf5b38adc49f8dd755 /doc | |
| parent | 6b6298ae39bfe185ce1ab18bb3d641ddfad17c8f (diff) | |
environment: Add --system.
* guix/scripts/environment.scm (show-help, %options): Add -s/--system.
(%default-options): Add 'system' pair.
(guix-environment): Pass 'system' value from OPTS to 'lower-inputs'.
* doc/guix.texi (Invoking guix environment): Document it.
Diffstat (limited to 'doc')
| -rw-r--r-- | doc/guix.texi | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/doc/guix.texi b/doc/guix.texi index ccccf7b347a..71167dfdc74 100644 --- a/doc/guix.texi +++ b/doc/guix.texi | |||
| @@ -4219,6 +4219,10 @@ only contain package inputs. | |||
| 4219 | @item --search-paths | 4219 | @item --search-paths |
| 4220 | Display the environment variable definitions that make up the | 4220 | Display the environment variable definitions that make up the |
| 4221 | environment. | 4221 | environment. |
| 4222 | |||
| 4223 | @item --system=@var{system} | ||
| 4224 | @itemx -s @var{system} | ||
| 4225 | Attempt to build for @var{system}---e.g., @code{i686-linux}. | ||
| 4222 | @end table | 4226 | @end table |
| 4223 | 4227 | ||
| 4224 | It also supports all of the common build options that @command{guix | 4228 | It also supports all of the common build options that @command{guix |
