aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--guix/scripts/pack.scm2
1 files changed, 1 insertions, 1 deletions
diff --git a/guix/scripts/pack.scm b/guix/scripts/pack.scm
index 392e4b5344..83bfa4ce00 100644
--- a/guix/scripts/pack.scm
+++ b/guix/scripts/pack.scm
@@ -38,7 +38,7 @@
#:use-module ((guix self) #:select (make-config.scm))
#:use-module (gnu packages)
#:use-module (gnu packages bootstrap)
- #:use-module (gnu packages compression)
+ #:use-module ((gnu packages compression) #:hide (zip))
#:use-module (gnu packages guile)
#:use-module (gnu packages base)
#:autoload (gnu packages package-management) (guix)
mit/doc/guix-cookbook.texi?id=e0e65ed69d62a759c1b88f035f246baef47bd551'>doc: cookbook: Mention translations of the cookbook....Sarah Morgensen 2021-09-17Merge branch 'master' into core-updates-frozen...Marius Bakke 2021-09-08doc: add clarifications to Linode cookbook recipe...Grant Shangreaux 2021-09-07Merge branch 'master' into core-updates-frozenLudovic Courtès 2021-08-29Migrate to the new 'targets' field of bootloader-configuration....Maxim Cournoyer 2021-08-15Update copyright/name notices for Christine Lemmer-Webber....Christopher Lemmer Webber 2021-08-15doc: Fix typo....Ricardo Wurmus 2021-07-18Merge branch 'master' into core-updatesLudovic Courtès 2021-07-12doc: cookbook: Adjust example to simplified input style....Ludovic Courtès 2021-07-12doc: cookbook: Remove trailing #t from extended example....Ludovic Courtès 2021-07-07doc: Add guide showing auto-login on a specific TTY to the cookbook....Joshua Branson 2021-01-21doc: cookbook: Add "Guix System Image API" section....Joshua Branson 2021-01-20doc: Replace TP with Weblate mentions....Julien Lepiller 2020-12-23doc: cookbook: Fix "fiction-less" typo....Pierre Neidhardt 2020-10-17doc: cookbook: Balance parens in custom kernel examples....Ludovic Courtès 2020-10-15doc: cookbook: Clarify what keywords are....Ludovic Courtès 2020-10-15doc: Add "Build Utilities" section....Ludovic Courtès 2020-10-15doc: cookbook: Use @code for the identifiers of utility functions....Ludovic Courtès 2020-10-15doc: cookbook: More "#true" and "#false"....Ludovic Courtès 2020-10-15doc: cookbook: Use @var for meta-syntactic variables....Ludovic Courtès 2020-10-15doc: cookbook: Fix 'let' form in example....Ludovic Courtès 2020-10-14services: nginx: Add lua module....Oleg Pykhalov 2020-10-14doc: cookbook: Mention "#true" and "#false"....Ludovic Courtès 2020-09-09doc: cookbook: Adding a section "Running Guix on a Linode Server"...Joshua Branson 2020-08-23doc: cookbook: Add chapter about Guix environment....Oleg Pykhalov 2020-07-09doc: cookbook: Fix ‘file system’ spelling....Tobias Geerinckx-Rice 2020-06-28doc: cookbook: Fix encoding of "André"....Ludovic Courtès 2020-06-28doc: cookbook: Update entry about getting substitutes through Tor....André Batista 2020-06-23doc: cookbook: Fix typos....Ludovic Courtès 2020-06-23doc: cookbook: Tweak intro to the REPL....Ludovic Courtès 2020-06-23doc: cookbook: Mention "guix hash -rx" for Git checkouts....Ludovic Courtès 2020-06-23doc: cookbook: Clarify 'git-fetch' conventions....Ludovic Courtès 2020-06-04doc: cookbook: Add entry about getting substitutes through Tor....Brice Waegeneire 2020-06-02doc: cookbook: Add entry about Wireguard VPN....Marcin Karpezo 2020-05-25doc: cookbook: Add subsection about session locking with xss-lock....Chris Bøg