diff options
author | Ludovic Courtès <ludo@gnu.org> | 2015-02-02 12:46:09 +0100 |
---|---|---|
committer | Ludovic Courtès <ludo@gnu.org> | 2015-02-02 12:46:36 +0100 |
commit | 01d8ac64abaac9202c32848f7c4a394393ba6534 (patch) | |
tree | 124eabc415a9cb8303ae8a114d248df4e8670de5 /doc | |
parent | bd98ad1fbcc572a292bb98b2c667dcb48bf7cc49 (diff) | |
download | guix-01d8ac64abaac9202c32848f7c4a394393ba6534.tar guix-01d8ac64abaac9202c32848f7c4a394393ba6534.tar.gz |
store: Remove 'build-derivations'.
* guix/store.scm (build-derivations): Remove.
* guix/derivations.scm (build-derivations): Write in terms of
'build-things'.
* doc/guix.texi (Invoking guix build): Adjust text accordingly.
Diffstat (limited to 'doc')
-rw-r--r-- | doc/guix.texi | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/guix.texi b/doc/guix.texi index b3c7365e6a..1b3bd0ea26 100644 --- a/doc/guix.texi +++ b/doc/guix.texi @@ -2879,7 +2879,7 @@ equivalent @command{guix-daemon} option. Behind the scenes, @command{guix build} is essentially an interface to the @code{package-derivation} procedure of the @code{(guix packages)} module, and to the @code{build-derivations} procedure of the @code{(guix -store)} module. +derivations)} module. In addition to options explicitly passed on the command line, @command{guix build} and other @command{guix} commands that support |