diff options
author | Ludovic Courtès <ludo@gnu.org> | 2015-03-05 22:15:11 +0100 |
---|---|---|
committer | Ludovic Courtès <ludo@gnu.org> | 2015-03-05 22:17:36 +0100 |
commit | 754e5be2d5319f9d2229d558d8330cc218263318 (patch) | |
tree | 33b15c04a35e5f5266e0d4f60bc8c35dd5d7b117 /tests | |
parent | ce72c780746776a86f59747f5eff8731cb4ff39b (diff) | |
download | patches-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')
-rw-r--r-- | tests/lint.scm | 2 |
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) |