From 01d8ac64abaac9202c32848f7c4a394393ba6534 Mon Sep 17 00:00:00 2001 From: Ludovic Courtès Date: Mon, 2 Feb 2015 12:46:09 +0100 Subject: 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. --- doc/guix.texi | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'doc') 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 -- cgit v1.2.3