mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
guix: Strip #:use-module lists.
This was obtained by setting up this environment: guix shell -D guix --with-input=guile@3.0.9=guile-next \ --with-commit=guile-next=e2ed33ef0445c867fe56c247054aa67e834861f2 -- make -j5 then adding 'unused-module' to (@@ (guix build compiler) %warnings), building, and checking all the "unused module" warnings and removing those that were definitely unused.
This commit is contained in:
parent
eee95b5a87
commit
ae587c2ef0
120 changed files with 8 additions and 279 deletions
|
@ -35,13 +35,11 @@
|
|||
#:use-module ((guix download) #:prefix download:)
|
||||
#:use-module ((guix git-download) #:prefix download:)
|
||||
#:autoload (guix build download) (open-connection-for-uri)
|
||||
#:use-module (guix import utils)
|
||||
#:use-module (json)
|
||||
#:use-module (guix packages)
|
||||
#:use-module (guix upstream)
|
||||
#:use-module (guix http-client)
|
||||
#:use-module (web uri)
|
||||
#:use-module (web response)
|
||||
#:export (%github-api %github-updater))
|
||||
|
||||
;; For tests.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue