1
0
mirror of https://git.savannah.gnu.org/git/guix.git synced 2026-04-06 21:20:33 +02:00

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 <efraim@flashner.co.il>
This commit is contained in:
Nicolas Graves
2026-03-07 01:28:21 +01:00
committed by Efraim Flashner
parent be5617888e
commit e6db3ab852

View File

@@ -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:)