[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
01/03: hydra: build-machines: Explicitly import (ice-9 format).
From: |
Ludovic Courtès |
Subject: |
01/03: hydra: build-machines: Explicitly import (ice-9 format). |
Date: |
Thu, 1 Oct 2020 10:07:37 -0400 (EDT) |
civodul pushed a commit to branch master
in repository maintenance.
commit c123774b8ed22b8217c04d1ee26b515accec0361
Author: Ludovic Courtès <ludo@gnu.org>
AuthorDate: Thu Oct 1 15:47:51 2020 +0200
hydra: build-machines: Explicitly import (ice-9 format).
* hydra/modules/sysadmin/build-machines.scm: Use (ice-9 format).
---
hydra/modules/sysadmin/build-machines.scm | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/hydra/modules/sysadmin/build-machines.scm
b/hydra/modules/sysadmin/build-machines.scm
index aec66d6..643893f 100644
--- a/hydra/modules/sysadmin/build-machines.scm
+++ b/hydra/modules/sysadmin/build-machines.scm
@@ -1,6 +1,6 @@
;;; GNU Guix system administration tools.
;;;
-;;; Copyright © 2016, 2017, 2019 Ludovic Courtès <ludo@gnu.org>
+;;; Copyright © 2016, 2017, 2019, 2020 Ludovic Courtès <ludo@gnu.org>
;;; Copyright © 2017, 2018, 2019 Ricardo Wurmus <rekado@elephly.net>
;;; Copyright © 2020 Jan (janneke) Nieuwenhuizen <janneke@gnu.org>
;;;
@@ -31,6 +31,7 @@
#:use-module (guix records)
#:use-module (sysadmin people)
#:use-module (gnu packages ssh)
+ #:use-module (ice-9 format)
#:export (build-machine-os
berlin-new-build-machine-os
childhurd-ip?))