From ce367ef3a9031e3211d616630ff01c8a6128db96 Mon Sep 17 00:00:00 2001 From: Ludovic Courtès Date: Tue, 30 Jun 2015 17:42:35 +0200 Subject: 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. --- doc/guix.texi | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'doc/guix.texi') diff --git a/doc/guix.texi b/doc/guix.texi index ccccf7b347..71167dfdc7 100644 --- a/doc/guix.texi +++ b/doc/guix.texi @@ -4219,6 +4219,10 @@ only contain package inputs. @item --search-paths Display the environment variable definitions that make up the environment. + +@item --system=@var{system} +@itemx -s @var{system} +Attempt to build for @var{system}---e.g., @code{i686-linux}. @end table It also supports all of the common build options that @command{guix -- cgit v1.2.3