mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-07 15:36:20 -05:00
ssh: Add missing import.
* guix/ssh.scm: Use (ice-9 format).
This commit is contained in:
parent
883dc11c3a
commit
416a7c69f1
1 changed files with 1 additions and 0 deletions
|
@ -33,6 +33,7 @@ (define-module (guix ssh)
|
|||
#: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
|
||||
|
|
Loading…
Reference in a new issue