~ruther/guix-local

52d174d6d116d75c71ddf0aa448b05f58637e9df — Ludovic Courtès 8 years ago 118a8ec
ssh: Use (guix i18n).

* guix/ssh.scm: Use (guix i18n) instead of (guix ui).
1 files changed, 1 insertions(+), 1 deletions(-)

M guix/ssh.scm
M guix/ssh.scm => guix/ssh.scm +1 -1
@@ 18,7 18,7 @@

(define-module (guix ssh)
  #:use-module (guix store)
  #:use-module ((guix ui) #:select (G_ N_))
  #:use-module (guix i18n)
  #:use-module (ssh session)
  #:use-module (ssh auth)
  #:use-module (ssh key)