From cd19e4bfe3695b931a6c64d7d1757be5f798acb4 Mon Sep 17 00:00:00 2001 From: Arun Isaac Date: Thu, 11 Jan 2024 16:41:08 +0000 Subject: forge: Allow private variables to be built. Allowing only exported variables to be built is an unnecessary source of errors and user confusion. * guix/forge/forge.scm (guix-channel-job-gexp): Allow private variables to be built. --- guix/forge/forge.scm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'guix/forge/forge.scm') 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) -- cgit v1.2.3