Re: Reducing useless module imports

2023-02-04 Thread Maxime Devos
On 03-02-2023 18:11, Julien Lepiller wrote: gnu packages minetest) imports (guix build-system minetest) but never uses the minetest-build-system. (gnu packages abiword) uses (guix build-system gnu) but does not use the gnu-build-system. The build-system minetest-build-system does not exist;

Reducing useless module imports

2023-02-03 Thread Julien Lepiller
Hi Guix! during the Guix Days, we talked about reducing module imports. First, let's note there's an empty module (gnu packages key-mon). Then, we looked at build systems modules that are imported, but for which the build system is never used: ``` for f in *.scm; do systems=$(grep '#:use-module