store: Add 'set-build-options*'.

Suggested by: Ludovic Courtès <ludo@gnu.org>.

* guix/store.scm (set-build-options*): New procedure.
This commit is contained in:
Alex Kost 2015-09-03 18:33:51 +03:00
parent fa394eb99c
commit 4f740b677a
1 changed files with 4 additions and 0 deletions

View File

@ -58,6 +58,7 @@
close-connection
with-store
set-build-options
set-build-options*
valid-path?
query-path-hash
hash-part->path
@ -986,6 +987,9 @@ permission bits are kept."
;; Monadic variant of 'build-things'.
(store-lift build-things))
(define set-build-options*
(store-lift set-build-options))
(define %guile-for-build
;; The derivation of the Guile to be used within the build environment,
;; when using 'gexp->derivation' and co.