diff options
| author | Alex Kost <alezost@gmail.com> | 2017-06-19 20:42:11 +0300 |
|---|---|---|
| committer | Alex Kost <alezost@gmail.com> | 2017-06-19 20:45:07 +0300 |
| commit | b2c32f398aade6c83300c20b6fde9b6e8a20c7b1 (patch) | |
| tree | ecb2e15b9f29b085060fd52d3b934eb940fc1c43 | |
| parent | elisp/ui-package: Add key bindings to install/delete/upgrade (diff) | |
| download | guix-wigust-b2c32f398aade6c83300c20b6fde9b6e8a20c7b1.tar.gz | |
doc: Mention how Guix's "pre-inst-env" can be used
Fixes <https://github.com/alezost/guix.el/issues/2>.
* doc/emacs-guix.texi (Guile and Build Options): Document how
'guix-guile-program' can be customized to use Guix's "pre-inst-env".
| -rw-r--r-- | doc/emacs-guix.texi | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/doc/emacs-guix.texi b/doc/emacs-guix.texi index 5945533..99c5c11 100644 --- a/doc/emacs-guix.texi +++ b/doc/emacs-guix.texi @@ -1173,6 +1173,14 @@ this variable, for example: (setq guix-guile-program '("/bin/guile" "--no-auto-compile")) @end example +If you use Guix via @file{pre-inst-env} script (@pxref{Running Guix +Before It Is Installed,,, guix, The GNU Guix Reference Manual}), you +may customize this variable like this: + +@example +(setq guix-guile-program '("/path/to/guix/pre-inst-env" "guile")) +@end example + @vindex guix-use-substitutes @item guix-use-substitutes Has the same meaning as @code{--no-substitutes} option |
