summaryrefslogtreecommitdiff
path: root/guix/scripts/gc.scm
diff options
context:
space:
mode:
authorLudovic Courtès <ludo@gnu.org>2020-01-07 10:35:02 +0100
committerLudovic Courtès <ludo@gnu.org>2020-01-07 12:25:09 +0100
commit7a0836cffdfe3ab9ee899602f218277646959144 (patch)
tree09c17d0675730140a0701a6f6c9d7f25a6b0b4af /guix/scripts/gc.scm
parente6de152dc17df5fb15a618214efe375582919442 (diff)
downloadguix-patches-7a0836cffdfe3ab9ee899602f218277646959144.tar
guix-patches-7a0836cffdfe3ab9ee899602f218277646959144.tar.gz
More module autoload changes.
This is a followup to 6a7c4636d4dec47eefa03c95da5a1315bd0e0413. * guix/scripts/build.scm: Adjust #:autoload clauses. * guix/scripts/gc.scm: Likewise.
Diffstat (limited to 'guix/scripts/gc.scm')
-rw-r--r--guix/scripts/gc.scm6
1 files changed, 4 insertions, 2 deletions
diff --git a/guix/scripts/gc.scm b/guix/scripts/gc.scm
index 31a05075b5..ab7c13315f 100644
--- a/guix/scripts/gc.scm
+++ b/guix/scripts/gc.scm
@@ -1,5 +1,5 @@
;;; GNU Guix --- Functional package management for GNU
-;;; Copyright © 2012, 2013, 2015, 2016, 2017, 2018, 2019 Ludovic Courtès <ludo@gnu.org>
+;;; Copyright © 2012, 2013, 2015, 2016, 2017, 2018, 2019, 2020 Ludovic Courtès <ludo@gnu.org>
;;;
;;; This file is part of GNU Guix.
;;;
@@ -22,7 +22,9 @@
#:use-module (guix store)
#:use-module (guix store roots)
#:autoload (guix build syscalls) (free-disk-space)
- #:autoload (guix profiles) (generation-profile profile-generations)
+ #:autoload (guix profiles) (generation-profile
+ profile-generations
+ generation-number)
#:autoload (guix scripts package) (delete-generations)
#:use-module (ice-9 match)
#:use-module (ice-9 regex)