ssh: Add missing import.
* guix/ssh.scm: Use (ice-9 format).
This commit is contained in:
parent
883dc11c3a
commit
416a7c69f1
|
@ -33,6 +33,7 @@
|
||||||
#:use-module (srfi srfi-34)
|
#:use-module (srfi srfi-34)
|
||||||
#:use-module (srfi srfi-35)
|
#:use-module (srfi srfi-35)
|
||||||
#:use-module (ice-9 match)
|
#:use-module (ice-9 match)
|
||||||
|
#:use-module (ice-9 format)
|
||||||
#:use-module (ice-9 binary-ports)
|
#:use-module (ice-9 binary-ports)
|
||||||
#:export (open-ssh-session
|
#:export (open-ssh-session
|
||||||
remote-inferior
|
remote-inferior
|
||||||
|
|
Loading…
Reference in New Issue