guix-commits
[Top][All Lists]
Advanced

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

05/09: nar: Use (guix i18n).


From: guix-commits
Subject: 05/09: nar: Use (guix i18n).
Date: Thu, 18 Jun 2020 08:49:37 -0400 (EDT)

civodul pushed a commit to branch master
in repository guix.

commit 3b72618f6ed2e145d07b9bce7bd9b06d0c95c00b
Author: Ludovic Courtès <ludo@gnu.org>
AuthorDate: Thu Jun 18 14:26:48 2020 +0200

    nar: Use (guix i18n).
    
    * guix/nar.scm: Use (guix i18n) instead of (guix ui).
---
 guix/nar.scm | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/guix/nar.scm b/guix/nar.scm
index 16dfe28..6bb2ea5 100644
--- a/guix/nar.scm
+++ b/guix/nar.scm
@@ -29,7 +29,7 @@
   #:use-module (guix store database)
   #:use-module ((guix build store-copy) #:select (store-info))
 
-  #:use-module (guix ui)                          ; for '_'
+  #:use-module (guix i18n)
   #:use-module (gcrypt hash)
   #:use-module (guix pki)
   #:use-module (gcrypt pk-crypto)



reply via email to

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