[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
03/05: tests: Fix import.
From: |
Ludovic Courtès |
Subject: |
03/05: tests: Fix import. |
Date: |
Thu, 05 Mar 2015 21:22:50 +0000 |
civodul pushed a commit to branch master
in repository guix.
commit 754e5be2d5319f9d2229d558d8330cc218263318
Author: Ludovic Courtès <address@hidden>
Date: Thu Mar 5 22:15:11 2015 +0100
tests: Fix import.
* tests/lint.scm: Use 'url-fetch' from (guix download), not (guix build
download), although this was actually harmless here.
---
tests/lint.scm | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/tests/lint.scm b/tests/lint.scm
index 27be559..e0b1e67 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)