guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

01/05: ssh: Use (guix i18n).


From: Ludovic Courtès
Subject: 01/05: ssh: Use (guix i18n).
Date: Sun, 19 Nov 2017 17:44:05 -0500 (EST)

civodul pushed a commit to branch master
in repository guix.

commit 52d174d6d116d75c71ddf0aa448b05f58637e9df
Author: Ludovic Courtès <address@hidden>
Date:   Sun Nov 19 22:45:06 2017 +0100

    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(-)

diff --git a/guix/ssh.scm b/guix/ssh.scm
index 32cf6e4..7b33ef5 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)



reply via email to

[Prev in Thread] Current Thread [Next in Thread]