From 52d174d6d116d75c71ddf0aa448b05f58637e9df Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ludovic=20Court=C3=A8s?= Date: Sun, 19 Nov 2017 22:45:06 +0100 Subject: ssh: Use (guix i18n). * guix/ssh.scm: Use (guix i18n) instead of (guix ui). --- guix/ssh.scm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'guix/ssh.scm') diff --git a/guix/ssh.scm b/guix/ssh.scm index 32cf6e464b..7b33ef5a3b 100644 --- a/guix/ssh.scm +++ b/guix/ssh.scm @@ -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) -- cgit v1.2.3