aboutsummaryrefslogtreecommitdiff
path: root/guix/status.scm
diff options
context:
space:
mode:
authorLudovic Courtès <ludo@gnu.org>2021-03-19 12:02:08 +0100
committerLudovic Courtès <ludo@gnu.org>2021-03-19 13:23:27 +0100
commitf7008ca71351e5368a7c1c5bc3fe88fb80b01298 (patch)
treea9f4dc7ef3074d858169728932ec43840f2b7a2e /guix/status.scm
parentc1940fde43c7aca37d67589cc5cb248086d17d56 (diff)
downloadguix-f7008ca71351e5368a7c1c5bc3fe88fb80b01298.tar
guix-f7008ca71351e5368a7c1c5bc3fe88fb80b01298.tar.gz
download: Autoload (guix build download).
* guix/download.scm: Autoload (guix build download). (url-fetch): Rename to... (url-fetch*): ... this, locally, to allow for #:autoload. * guix/status.scm: Autoload (guix build download).
Diffstat (limited to 'guix/status.scm')
-rw-r--r--guix/status.scm5
1 files changed, 2 insertions, 3 deletions
diff --git a/guix/status.scm b/guix/status.scm
index 9ca6d92470..d47bf1700c 100644
--- a/guix/status.scm
+++ b/guix/status.scm
@@ -1,5 +1,5 @@
;;; GNU Guix --- Functional package management for GNU
-;;; Copyright © 2017, 2018, 2019, 2020 Ludovic Courtès <ludo@gnu.org>
+;;; Copyright © 2017, 2018, 2019, 2020, 2021 Ludovic Courtès <ludo@gnu.org>
;;; Copyright © 2018, 2019 Ricardo Wurmus <rekado@elephly.net>
;;;
;;; This file is part of GNU Guix.
@@ -23,8 +23,7 @@
#:use-module (guix colors)
#:use-module (guix progress)
#:autoload (guix build syscalls) (terminal-columns)
- #:use-module ((guix build download)
- #:select (nar-uri-abbreviation))
+ #:autoload (guix build download) (nar-uri-abbreviation)
#:use-module (guix store)
#:use-module (guix derivations)
#:use-module (guix memoization)