maint: Build binary tarball without '-K'.
This is a followup to 8b292ffd3c
.
* Makefile.am (guix-binary.%.tar.xz): Remove '-K' to allow for offloading.
This commit is contained in:
parent
08a70aa424
commit
1cfa6bcc2c
@ -668,7 +668,7 @@ GUIX_FOR_BINARY_TARBALL = guile3.0-guix
|
||||
# The self-contained tarball.
|
||||
guix-binary.%.tar.xz:
|
||||
$(AM_V_GEN)GUIX_PACKAGE_PATH= \
|
||||
tarball=`$(top_builddir)/pre-inst-env guix pack -K -C xz \
|
||||
tarball=`$(top_builddir)/pre-inst-env guix pack -C xz \
|
||||
--fallback \
|
||||
-s "$*" --localstatedir --profile-name=current-guix \
|
||||
$(GUIX_FOR_BINARY_TARBALL)` ; \
|
||||
|
Loading…
Reference in New Issue
Block a user