mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2026-04-06 21:20:33 +02:00
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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user