Skip to content
Snippets Groups Projects
Unverified Commit 2971f39c authored by Ludovic Courtès's avatar Ludovic Courtès
Browse files

pack: Honor command-line options related to the store.

* guix/scripts/pack.scm (guix-pack): Call
'set-build-options-from-command-line'.
parent 146db52a
No related branches found
No related tags found
No related merge requests found
......@@ -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)))
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment