guix_mirror_bot pushed a commit to branch rust-team
in repository guix.
commit f929b6b2f9dc787dae4e611550e750d2b0f50420
Author: Nicolas Graves <[email protected]>
AuthorDate: Fri Nov 21 16:46:55 2025 +0100
gnu: maturin: Remove (guix build json) imported module.
* gnu/packages/rust-apps.scm (maturin)[arguments]<imported-modules>:
Remove (guix build json).
Signed-off-by: Efraim Flashner <[email protected]>
---
gnu/packages/rust-apps.scm | 1 -
1 file changed, 1 deletion(-)
diff --git a/gnu/packages/rust-apps.scm b/gnu/packages/rust-apps.scm
index 791a7a721e..7253d23978 100644
--- a/gnu/packages/rust-apps.scm
+++ b/gnu/packages/rust-apps.scm
@@ -1875,7 +1875,6 @@ specified image or color, easing the process of theme
creation.")
(guix build utils))
#:imported-modules `((guix build cargo-build-system)
(guix build cargo-utils)
- (guix build json)
,@%pyproject-build-system-modules)
#:install-source? #f
#:cargo-test-flags