summaryrefslogtreecommitdiff
path: root/guix/store.scm
diff options
context:
space:
mode:
Diffstat (limited to 'guix/store.scm')
-rw-r--r--guix/store.scm4
1 files changed, 0 insertions, 4 deletions
diff --git a/guix/store.scm b/guix/store.scm
index 5618fa340a..02d84eb517 100644
--- a/guix/store.scm
+++ b/guix/store.scm
@@ -64,7 +64,6 @@
add-to-store
build-things
build
- build-derivations
add-temp-root
add-indirect-root
add-permanent-root
@@ -582,9 +581,6 @@ that are not derivations can only be substituted and not built locally.
Return #t on success."
boolean)
-;; Deprecated name for 'build-things'.
-(define build-derivations build-things)
-
(define-operation (add-temp-root (store-path path))
"Make PATH a temporary root for the duration of the current session.
Return #t."