diff options
author | Ludovic Courtès <ludo@gnu.org> | 2020-06-18 14:26:48 +0200 |
---|---|---|
committer | Ludovic Courtès <ludo@gnu.org> | 2020-06-18 14:48:17 +0200 |
commit | 3b72618f6ed2e145d07b9bce7bd9b06d0c95c00b (patch) | |
tree | e95d87a0ee97ab98a25459dd5f125daa43a67450 | |
parent | d7fb5538013710288e91657499f0e04207115776 (diff) | |
download | guix-3b72618f6ed2e145d07b9bce7bd9b06d0c95c00b.tar.gz guix-3b72618f6ed2e145d07b9bce7bd9b06d0c95c00b.zip |
nar: Use (guix i18n).
* guix/nar.scm: Use (guix i18n) instead of (guix ui).
-rw-r--r-- | guix/nar.scm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/guix/nar.scm b/guix/nar.scm index 16dfe28766..6bb2ea5b96 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) |