diff options
author | Ludovic Courtès <ludo@gnu.org> | 2020-04-17 11:09:30 +0200 |
---|---|---|
committer | Ludovic Courtès <ludo@gnu.org> | 2020-04-17 13:03:01 +0200 |
commit | 1cfa6bcc2c032ba699ebff0b1929d1906f99800e (patch) | |
tree | 9f858bd3e512ecb9dc814063a6b7b777aff7ccf3 /Makefile.am | |
parent | 08a70aa4246fd60743350327528909ecd468e917 (diff) | |
download | guix-1cfa6bcc2c032ba699ebff0b1929d1906f99800e.tar guix-1cfa6bcc2c032ba699ebff0b1929d1906f99800e.tar.gz |
maint: Build binary tarball without '-K'.
This is a followup to 8b292ffd3cd969286ee9cbdb70fde8cf384b9b8b.
* Makefile.am (guix-binary.%.tar.xz): Remove '-K' to allow for offloading.
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am index 36f23b4062..afbf4eb20a 100644 --- a/Makefile.am +++ b/Makefile.am @@ -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)` ; \ |