summaryrefslogtreecommitdiff
path: root/guix/remote.scm
diff options
context:
space:
mode:
authorJakob L. Kreuze <zerodaysfordays@sdf.lonestar.org>2019-08-15 12:09:58 -0400
committerChristopher Lemmer Webber <cwebber@dustycloud.org>2019-08-16 08:45:44 -0400
commitddef146b894a1b1158b56bad72ca265537a55764 (patch)
tree3e2299fd611a32e7253855b3699d81c5e70c47ed /guix/remote.scm
parentccff55a25e535872d412e1a463064c1b70be2f55 (diff)
downloadguix-patches-ddef146b894a1b1158b56bad72ca265537a55764.tar
guix-patches-ddef146b894a1b1158b56bad72ca265537a55764.tar.gz
remote: Resolve missing 'G_'.
* guix/remote.scm: Require (guix i18n).
Diffstat (limited to 'guix/remote.scm')
-rw-r--r--guix/remote.scm1
1 files changed, 1 insertions, 0 deletions
diff --git a/guix/remote.scm b/guix/remote.scm
index ae2fe17dd2..d0c3d04a25 100644
--- a/guix/remote.scm
+++ b/guix/remote.scm
@@ -19,6 +19,7 @@
(define-module (guix remote)
#:use-module (guix ssh)
#:use-module (guix gexp)
+ #:use-module (guix i18n)
#:use-module (guix inferior)
#:use-module (guix store)
#:use-module (guix monads)