diff options
| author | Nicolas Graves <ngraves@ngraves.fr> | 2026-03-07 01:28:21 +0100 |
|---|---|---|
| committer | Efraim Flashner <efraim@flashner.co.il> | 2026-03-09 10:30:59 +0200 |
| commit | e6db3ab8521cef3a1f39abe7d5d8e62477d7bb8c (patch) | |
| tree | 96bd35d9aeb2a650a2e6aa70567cbe02165b6328 /gnu | |
| parent | be5617888e0c434c7595b8fd361c2015fbdba3f6 (diff) | |
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>
Diffstat (limited to 'gnu')
| -rw-r--r-- | gnu/packages/gnome.scm | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/gnu/packages/gnome.scm b/gnu/packages/gnome.scm index c7c55f05090..8c92a60f3eb 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:) |
