emacs: In 'run-with-store' call, specify the guile-for-build.
This fixes a regression introduced in commit e87f059
.
* emacs/guix-main.scm (process-package-actions): Add call to
'set-guile-for-build' in monadic expression.
This commit is contained in:
parent
e48977e755
commit
4ad2e76a14
|
@ -853,7 +853,9 @@ OUTPUTS is a list of package outputs (may be an empty list)."
|
|||
(unless (and (null? install) (null? remove))
|
||||
(with-store store
|
||||
(let* ((derivation (run-with-store store
|
||||
(profile-derivation new-manifest)))
|
||||
(mbegin %store-monad
|
||||
(set-guile-for-build (default-guile))
|
||||
(profile-derivation new-manifest))))
|
||||
(derivations (list derivation))
|
||||
(new-profile (derivation->output-path derivation)))
|
||||
(set-build-options store
|
||||
|
|
Loading…
Reference in New Issue