environment: Honor ‘-s’ for guile-for-build.
Partly fixes <https://issues.guix.gnu.org/65225>. * guix/scripts/environment.scm (guix-environment*): Pass SYSTEM to ‘package-derivation’ when defining ‘%guile-for-build’. Reported-by: Simon Tournier <zimon.toutoune@gmail.com> Change-Id: I9d883f1e61fac72754fdc9dee9b7c8a3dea32add
This commit is contained in:
parent
67effc1560
commit
b3ec2a0d37
@ -1153,7 +1153,8 @@ command-line option processing with 'parse-command-line'."
|
|||||||
store
|
store
|
||||||
(if bootstrap?
|
(if bootstrap?
|
||||||
%bootstrap-guile
|
%bootstrap-guile
|
||||||
(default-guile))))))
|
(default-guile))
|
||||||
|
system))))
|
||||||
(run-with-store store
|
(run-with-store store
|
||||||
;; Containers need a Bourne shell at /bin/sh.
|
;; Containers need a Bourne shell at /bin/sh.
|
||||||
(mlet* %store-monad ((bash (environment-bash container?
|
(mlet* %store-monad ((bash (environment-bash container?
|
||||||
|
Loading…
Reference in New Issue
Block a user