aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--guix/forge/forge.scm2
1 files changed, 1 insertions, 1 deletions
diff --git a/guix/forge/forge.scm b/guix/forge/forge.scm
index f7d89b4..c66d084 100644
--- a/guix/forge/forge.scm
+++ b/guix/forge/forge.scm
@@ -423,7 +423,7 @@ that were built."
#$(if variables
#~(map (match-lambda
((module-name variable-name)
- (module-ref (resolve-interface module-name)
+ (module-ref (resolve-module module-name)
variable-name)))
'#$(map (lambda (variable)
(list (variable-specification-module variable)