mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2026-08-07 09:31:30 +02:00
pack: Pass the cross-compilation target to 'run-with-store'.
This ensures '%current-target-system' is correctly bound upfront, which some packages rely on. * guix/scripts/pack.scm (guix-pack): Pass #:target to 'run-with-store'.
This commit is contained in:
@@ -1128,4 +1128,5 @@ to your package list.")))
|
||||
gc-root))
|
||||
(return (format #t "~a~%"
|
||||
(derivation->output-path drv))))))
|
||||
#:target target
|
||||
#:system (assoc-ref opts 'system)))))))))
|
||||
|
||||
Reference in New Issue
Block a user