hydra: Include the localstatedir in the binary tarball. This is a followup to 6b63c43e0661406bf9e8c4c54f517744fc2ffdb3. * build-aux/hydra/gnu-system.scm (tarball-jobs): Pass #:localstatedir? #t to 'self-contained-tarball'.
1 files changed, 1 insertions(+), 0 deletions(-) M build-aux/hydra/gnu-system.scm
M build-aux/hydra/gnu-system.scm => build-aux/hydra/gnu-system.scm +1 -0
@@ 219,6 219,7 @@ all its dependencies, and ready to be installed on non-GuixSD distributions.") (>>= (profile-derivation (packages->manifest (list guix))) (lambda (profile) (self-contained-tarball "guix-binary" profile #:localstatedir? #t #:compressor (lookup-compressor "xz"))))) #:system system))))