guix-commits
[Top][All Lists]
Advanced

[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



reply via email to

[Prev in Thread] Current Thread [Next in Thread]