[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)
- branch master updated (e418c3d -> 69288a8), guix-commits, 2020/06/18
- 01/09: repl: Fix typo that would lead ~/.guile to be used when running scripts., guix-commits, 2020/06/18
- 03/09: database: 'register-items' takes an open database., guix-commits, 2020/06/18
- 04/09: nar: Avoid opening the database an additional time., guix-commits, 2020/06/18
- 05/09: nar: Use (guix i18n).,
guix-commits <=
- 06/09: profiles: Reindent 'linux-module-database'., guix-commits, 2020/06/18
- 08/09: doc: Delete description of a nonexistent option., guix-commits, 2020/06/18
- 02/09: build-system/gnu: Fix 'install' phase of 'gnu-dist'., guix-commits, 2020/06/18
- 07/09: profiles: 'linux-module-database' hooks gracefully handles module-less kernels., guix-commits, 2020/06/18
- 09/09: gnu: go-ipfs: Update to 0.5.1., guix-commits, 2020/06/18