aboutsummaryrefslogtreecommitdiff
path: root/guix/remote.scm
diff options
context:
space:
mode:
authorMarius Bakke <marius@gnu.org>2020-06-28 15:43:26 +0200
committerMarius Bakke <marius@gnu.org>2020-06-28 23:32:52 +0200
commitfdbba544d8e05ac715a99267a81a127b91db4f21 (patch)
tree2f2048385f1f7bdf1c6f84ef789c045395a8388a /guix/remote.scm
parent6cb2d8c614459732f1f9b1a85243d41291c57540 (diff)
downloadguix-fdbba544d8e05ac715a99267a81a127b91db4f21.tar
guix-fdbba544d8e05ac715a99267a81a127b91db4f21.tar.gz
Add more missing (ice-9 format) imports.
* gnu/machine/ssh.scm: Import (ice-9 format). * guix/scripts/graph.scm: Likewise. * guix/scripts/system/search.scm: Likewise. * guix/remote.scm: Likewise.
Diffstat (limited to 'guix/remote.scm')
-rw-r--r--guix/remote.scm1
1 files changed, 1 insertions, 0 deletions
diff --git a/guix/remote.scm b/guix/remote.scm
index c00585de74..a227540728 100644
--- a/guix/remote.scm
+++ b/guix/remote.scm
@@ -31,6 +31,7 @@
#:use-module (srfi srfi-1)
#:use-module (srfi srfi-34)
#:use-module (srfi srfi-35)
+ #:use-module (ice-9 format)
#:use-module (ice-9 match)
#:export (remote-eval))