From e6db3ab8521cef3a1f39abe7d5d8e62477d7bb8c Mon Sep 17 00:00:00 2001 From: Nicolas Graves Date: Sat, 7 Mar 2026 01:28:21 +0100 Subject: [PATCH] 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 --- 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:)