Skip to content
Snippets Groups Projects
Unverified Commit 1cfa6bcc authored by Ludovic Courtès's avatar Ludovic Courtès
Browse files

maint: Build binary tarball without '-K'.

This is a followup to 8b292ffd.

* Makefile.am (guix-binary.%.tar.xz): Remove '-K' to allow for offloading.
parent 08a70aa4
No related branches found
No related tags found
No related merge requests found
......@@ -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)` ; \
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment