~ruther/guix-local

754e5be2d5319f9d2229d558d8330cc218263318 — Ludovic Courtès 11 years ago ce72c78
tests: Fix import.

* tests/lint.scm: Use 'url-fetch' from (guix download), not (guix build
  download), although this was actually harmless here.
1 files changed, 1 insertions(+), 1 deletions(-)

M tests/lint.scm
M tests/lint.scm => tests/lint.scm +1 -1
@@ 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)