mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-25 05:48:07 -05:00
pack: Honor command-line options related to the store.
* guix/scripts/pack.scm (guix-pack): Call 'set-build-options-from-command-line'.
This commit is contained in:
parent
146db52a18
commit
2971f39c33
1 changed files with 3 additions and 0 deletions
|
@ -284,6 +284,9 @@ (define opts
|
|||
(symlinks (assoc-ref opts 'symlinks))
|
||||
(localstatedir? (assoc-ref opts 'localstatedir?)))
|
||||
(with-store store
|
||||
;; Set the build options before we do anything else.
|
||||
(set-build-options-from-command-line store opts)
|
||||
|
||||
(run-with-store store
|
||||
(mlet* %store-monad ((profile (profile-derivation
|
||||
(packages->manifest packages)))
|
||||
|
|
Loading…
Reference in a new issue