mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-07 07:26:13 -05:00
pack: Do not include the host (guix config).
* guix/scripts/pack.scm (store-database)[build]: Import a synthetic (guix config).
This commit is contained in:
parent
e6934c0429
commit
4db90a6c15
1 changed files with 5 additions and 3 deletions
|
@ -137,9 +137,11 @@ (define labels
|
|||
|
||||
(define build
|
||||
(with-extensions gcrypt-sqlite3&co
|
||||
(with-imported-modules (source-module-closure
|
||||
'((guix build store-copy)
|
||||
(guix store database)))
|
||||
(with-imported-modules `(((guix config) => ,(make-config.scm))
|
||||
,@(source-module-closure
|
||||
'((guix build store-copy)
|
||||
(guix store database))
|
||||
#:select? not-config?))
|
||||
#~(begin
|
||||
(use-modules (guix store database)
|
||||
(guix build store-copy)
|
||||
|
|
Loading…
Reference in a new issue