This is an automated email from the git hooks/post-receive script.
guix_mirror_bot pushed a commit to branch master
in repository guix.
The following commit(s) were added to refs/heads/master by this push:
new e6db3ab852 gnu: gnome-user-share: Remove reference to (guix build
json).
e6db3ab852 is described below
commit e6db3ab8521cef3a1f39abe7d5d8e62477d7bb8c
Author: Nicolas Graves <[email protected]>
AuthorDate: Sat Mar 7 01:28:21 2026 +0100
gnu: gnome-user-share: Remove reference to (guix build json).
* gnu/packages/gnome.scm (gnome-user-share)[arguments]
<#:imported-modules>: Remove (guix build json).
Fixes: guix/guix#6941
Change-Id: I80878e68470ee60755f2dc3fe0a7cd110b4ab61f
Signed-off-by: Efraim Flashner <[email protected]>
---
gnu/packages/gnome.scm | 1 -
1 file changed, 1 deletion(-)
diff --git a/gnu/packages/gnome.scm b/gnu/packages/gnome.scm
index c7c55f0509..8c92a60f3e 100644
--- a/gnu/packages/gnome.scm
+++ b/gnu/packages/gnome.scm
@@ -1494,7 +1494,6 @@ tour of all gnome components and allows the user to set
them up.")
(list #:glib-or-gtk? #t
#:imported-modules
`((guix build cargo-build-system)
- (guix build json)
,@%meson-build-system-modules)
#:modules '((guix build meson-build-system)
((guix build cargo-build-system) #:prefix cargo:)