nar: Use (guix i18n).

* guix/nar.scm: Use (guix i18n) instead of (guix ui).
This commit is contained in:
Ludovic Courtès 2020-06-18 14:26:48 +02:00
parent d7fb553801
commit 3b72618f6e
No known key found for this signature in database
GPG Key ID: 090B11993D9AEBB5
1 changed files with 1 additions and 1 deletions

View File

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