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:
parent
fa394eb99c
commit
4f740b677a
|
@ -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.
|
||||
|
|
Loading…
Reference in New Issue