store: Add 'set-build-options*'. Suggested by: Ludovic Courtès <ludo@gnu.org>. * guix/store.scm (set-build-options*): New procedure.
1 files changed, 4 insertions(+), 0 deletions(-) M guix/store.scm
M guix/store.scm => guix/store.scm +4 -0
@@ 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.