summaryrefslogtreecommitdiff
path: root/tests/lint.scm
diff options
context:
space:
mode:
authorLudovic Courtès <ludo@gnu.org>2015-03-05 22:15:11 +0100
committerLudovic Courtès <ludo@gnu.org>2015-03-05 22:17:36 +0100
commit754e5be2d5319f9d2229d558d8330cc218263318 (patch)
tree33b15c04a35e5f5266e0d4f60bc8c35dd5d7b117 /tests/lint.scm
parentce72c780746776a86f59747f5eff8731cb4ff39b (diff)
downloadpatches-754e5be2d5319f9d2229d558d8330cc218263318.tar
patches-754e5be2d5319f9d2229d558d8330cc218263318.tar.gz
tests: Fix import.
* tests/lint.scm: Use 'url-fetch' from (guix download), not (guix build download), although this was actually harmless here.
Diffstat (limited to 'tests/lint.scm')
-rw-r--r--tests/lint.scm2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/lint.scm b/tests/lint.scm
index 27be5598de..e0b1e67989 100644
--- a/tests/lint.scm
+++ b/tests/lint.scm
@@ -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)