Re: 04/07: guix: Add compression module.

2022-09-12 Thread Mathieu Othacehe
Hey Ludo, > While I agree this should be factorize, I wonder if this should be > promoted to (guix compression). The module name intuitively is a better > fit for the compression-related things currently in (guix utils). > > Not sure, maybe (gnu compression) would make more sense? Thanks for

Re: 04/07: guix: Add compression module.

2022-09-11 Thread Ludovic Courtès
Hi Mathieu, That’s a long-overdue factorization, but… guix-comm...@gnu.org skribis: > +(define-module (guix compression) > + #:use-module (guix gexp) > + #:use-module (guix ui) > + #:use-module ((gnu packages compression) #:hide (zip)) … a (guix …) module Should Not refer to a (gnu …)