1
0
mirror of https://git.savannah.gnu.org/git/guix.git synced 2026-04-22 10:10:31 +02:00

ssh: Add missing import.

* guix/ssh.scm: Use (ice-9 format).
This commit is contained in:
Ludovic Courtès
2019-06-10 22:12:28 +02:00
parent 883dc11c3a
commit 416a7c69f1

View File

@@ -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