From 246c0c60da7623fdf8956687a1c11299056d4b1a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ludovic=20Court=C3=A8s?= Date: Sun, 31 Jan 2021 21:48:26 +0100 Subject: ci: Add missing imports. This is a followup to 041a9466ea23d6ae811491bcf529bf9487317b48. * guix/ci.scm: Add missing imports. * guix/channels.scm: Remove (guix ci) import. --- guix/ci.scm | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'guix/ci.scm') 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 +;;; Copyright © 2018, 2019, 2020, 2021 Ludovic Courtès ;;; Copyright © 2020 Mathieu Othacehe ;;; ;;; 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 -- cgit v1.2.3