aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--guix/channels.scm1
-rw-r--r--guix/ci.scm4
2 files changed, 3 insertions, 2 deletions
diff --git a/guix/channels.scm b/guix/channels.scm
index 9ab8cd8749..0c84eed477 100644
--- a/guix/channels.scm
+++ b/guix/channels.scm
@@ -20,7 +20,6 @@
(define-module (guix channels)
#:use-module (git)
- #:use-module (guix ci)
#:use-module (guix git)
#:use-module (guix git-authenticate)
#:use-module ((guix openpgp)
diff --git a/guix/ci.scm b/guix/ci.scm
index 95325b4bfe..f04109112c 100644
--- a/guix/ci.scm
+++ b/guix/ci.scm
@@ -1,5 +1,5 @@
;;; GNU Guix --- Functional package management for GNU
-;;; Copyright © 2018, 2019, 2020 Ludovic Courtès <ludo@gnu.org>
+;;; Copyright © 2018, 2019, 2020, 2021 Ludovic Courtès <ludo@gnu.org>
;;; Copyright © 2020 Mathieu Othacehe <othacehe@gnu.org>
;;;
;;; This file is part of GNU Guix.
@@ -23,6 +23,8 @@
#:use-module (json)
#:use-module (srfi srfi-1)
#:use-module (ice-9 match)
+ #:use-module (guix i18n)
+ #:use-module (guix diagnostics)
#:autoload (guix channels) (channel)
#:export (build-product?
build-product-id