mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2026-04-06 21:20:33 +02:00
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:
@@ -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)` ; \
|
||||
|
||||
Reference in New Issue
Block a user