diff --git a/guix/build/pyproject-build-system.scm b/guix/build/pyproject-build-system.scm index c562439fb9b..3eae3436834 100644 --- a/guix/build/pyproject-build-system.scm +++ b/guix/build/pyproject-build-system.scm @@ -18,6 +18,7 @@ ;;; along with GNU Guix. If not, see . (define-module (guix build pyproject-build-system) + #:autoload (json builder) (scm->json-string) #:use-module ((guix build gnu-build-system) #:prefix gnu:) #:use-module (guix build utils) #:use-module (guix build toml) @@ -26,7 +27,6 @@ #:use-module (ice-9 format) #:use-module (ice-9 rdelim) #:use-module (ice-9 regex) - #:use-module (json) #:use-module (srfi srfi-1) #:use-module (srfi srfi-26) #:use-module (srfi srfi-34)