mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-11 13:49:23 -05:00
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'.
This commit is contained in:
parent
77310a1c2d
commit
32e18d3754
1 changed files with 1 additions and 0 deletions
|
@ -219,6 +219,7 @@ (define (->job name drv)
|
|||
(>>= (profile-derivation (packages->manifest (list guix)))
|
||||
(lambda (profile)
|
||||
(self-contained-tarball "guix-binary" profile
|
||||
#:localstatedir? #t
|
||||
#:compressor
|
||||
(lookup-compressor "xz")))))
|
||||
#:system system))))
|
||||
|
|
Loading…
Reference in a new issue