hydra: Include the localstatedir in the binary tarball.

This is a followup to 6b63c43e06.

* build-aux/hydra/gnu-system.scm (tarball-jobs): Pass #:localstatedir? #t
to 'self-contained-tarball'.
master
Ludovic Courtès 2017-03-30 10:41:36 +02:00
parent 77310a1c2d
commit 32e18d3754
No known key found for this signature in database
GPG Key ID: 090B11993D9AEBB5
1 changed files with 1 additions and 0 deletions

View File

@ -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))))