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
1 changed files with 4 additions and 0 deletions
|
@ -58,6 +58,7 @@
|
||||||
close-connection
|
close-connection
|
||||||
with-store
|
with-store
|
||||||
set-build-options
|
set-build-options
|
||||||
|
set-build-options*
|
||||||
valid-path?
|
valid-path?
|
||||||
query-path-hash
|
query-path-hash
|
||||||
hash-part->path
|
hash-part->path
|
||||||
|
@ -986,6 +987,9 @@ permission bits are kept."
|
||||||
;; Monadic variant of 'build-things'.
|
;; Monadic variant of 'build-things'.
|
||||||
(store-lift build-things))
|
(store-lift build-things))
|
||||||
|
|
||||||
|
(define set-build-options*
|
||||||
|
(store-lift set-build-options))
|
||||||
|
|
||||||
(define %guile-for-build
|
(define %guile-for-build
|
||||||
;; The derivation of the Guile to be used within the build environment,
|
;; The derivation of the Guile to be used within the build environment,
|
||||||
;; when using 'gexp->derivation' and co.
|
;; when using 'gexp->derivation' and co.
|
||||||
|
|
Reference in a new issue