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:
Ludovic Courtès 2015-03-05 22:15:11 +01:00
parent ce72c78074
commit 754e5be2d5
1 changed files with 1 additions and 1 deletions

View File

@ -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)