mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-13 06:36:37 -05:00
remote: Resolve missing 'G_'.
* guix/remote.scm: Require (guix i18n).
This commit is contained in:
parent
ccff55a25e
commit
ddef146b89
1 changed files with 1 additions and 0 deletions
|
@ -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)
|
||||
|
|
Loading…
Reference in a new issue