hydra: Include the localstatedir in the binary tarball.
authorLudovic Courtès <ludo@gnu.org>
Thu, 30 Mar 2017 08:41:36 +0000 (10:41 +0200)
committerLudovic Courtès <ludo@gnu.org>
Thu, 30 Mar 2017 09:15:16 +0000 (11:15 +0200)
This is a followup to 6b63c43e0661406bf9e8c4c54f517744fc2ffdb3.

* build-aux/hydra/gnu-system.scm (tarball-jobs): Pass #:localstatedir? #t
to 'self-contained-tarball'.

build-aux/hydra/gnu-system.scm

index 7a26c72..105ed83 100644 (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))))