pack: Do not include the host (guix config).
* guix/scripts/pack.scm (store-database)[build]: Import a synthetic (guix config).master
parent
e6934c0429
commit
4db90a6c15
|
@ -137,9 +137,11 @@ dependencies are registered."
|
|||
|
||||
(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)
|
||||
|
|
Reference in New Issue