tests: Fix import.
* tests/lint.scm: Use 'url-fetch' from (guix download), not (guix build download), although this was actually harmless here.
This commit is contained in:
parent
ce72c78074
commit
754e5be2d5
@ -21,7 +21,7 @@
|
||||
|
||||
(define-module (test-packages)
|
||||
#:use-module (guix tests)
|
||||
#:use-module (guix build download)
|
||||
#:use-module (guix download)
|
||||
#:use-module (guix build-system gnu)
|
||||
#:use-module (guix packages)
|
||||
#:use-module (guix scripts lint)
|
||||
|
Loading…
Reference in New Issue
Block a user