mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
import: pypi: Use autoload instead of use-module.
* guix/import/pypi.scm: Use autoload instead of use-module. Change-Id: I67001e41c398250e74782c06937dadea8402d4d9 Reviewed-by: zimoun, ngraves Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com>
This commit is contained in:
parent
0ff24b4037
commit
20077256fa
1 changed files with 3 additions and 2 deletions
|
@ -43,8 +43,9 @@
|
||||||
#:autoload (gcrypt hash) (port-sha256)
|
#:autoload (gcrypt hash) (port-sha256)
|
||||||
#:autoload (guix base16) (base16-string->bytevector)
|
#:autoload (guix base16) (base16-string->bytevector)
|
||||||
#:autoload (guix base32) (bytevector->nix-base32-string)
|
#:autoload (guix base32) (bytevector->nix-base32-string)
|
||||||
#:use-module (guix derivations)
|
#:autoload (guix derivations) (built-derivations
|
||||||
#:use-module (guix gexp)
|
derivation->output-path)
|
||||||
|
#:autoload (guix gexp) (lower-object)
|
||||||
#:autoload (guix http-client) (http-fetch)
|
#:autoload (guix http-client) (http-fetch)
|
||||||
#:use-module (guix utils)
|
#:use-module (guix utils)
|
||||||
#:use-module (guix memoization)
|
#:use-module (guix memoization)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue