[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
02/06: ssh: Add missing import.
From: |
guix-commits |
Subject: |
02/06: ssh: Add missing import. |
Date: |
Mon, 10 Jun 2019 17:30:00 -0400 (EDT) |
civodul pushed a commit to branch master
in repository guix.
commit 416a7c69f1d788670f0c4a7ffaed3e032eadc91d
Author: Ludovic Courtès <address@hidden>
Date: Mon Jun 10 22:12:28 2019 +0200
ssh: Add missing import.
* guix/ssh.scm: Use (ice-9 format).
---
guix/ssh.scm | 1 +
1 file changed, 1 insertion(+)
diff --git a/guix/ssh.scm b/guix/ssh.scm
index 2b286a6..9b9baf5 100644
--- a/guix/ssh.scm
+++ b/guix/ssh.scm
@@ -33,6 +33,7 @@
#:use-module (srfi srfi-34)
#:use-module (srfi srfi-35)
#:use-module (ice-9 match)
+ #:use-module (ice-9 format)
#:use-module (ice-9 binary-ports)
#:export (open-ssh-session
remote-inferior
- branch master updated (aec9bb8 -> c5f66d2), guix-commits, 2019/06/10
- 04/06: artwork: Update snapshot to 2f2fe74., guix-commits, 2019/06/10
- 06/06: pack: Fix 'guix pack -f docker'., guix-commits, 2019/06/10
- 05/06: services: slim: Update SLiM theme to 1.x., guix-commits, 2019/06/10
- 03/06: store: 'build-things' accepts derivation/output pairs., guix-commits, 2019/06/10
- 01/06: download: Update list of content-addressed mirrors., guix-commits, 2019/06/10
- 02/06: ssh: Add missing import.,
guix-commits <=