This is an automated email from the git hooks/post-receive script.
guix_mirror_bot pushed a commit to branch gnome-team
in repository guix.
The following commit(s) were added to refs/heads/gnome-team by this push:
new 5973357abb gnu: d-spy: Fix build.
5973357abb is described below
commit 5973357abb82f23b4241fa7675247be03d900a32
Author: Noé Lopez <[email protected]>
AuthorDate: Mon Jun 22 18:09:19 2026 +0200
gnu: d-spy: Fix build.
* gnu/packages/gnome.scm (d-spy)[inputs]: Add libdex.
Fixes: guix/guix#9464
Change-Id: Ibde0a9b0e49f4353dda8670b73e5e1e22100dd19
Signed-off-by: Noé Lopez <[email protected]>
---
gnu/packages/gnome.scm | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/gnu/packages/gnome.scm b/gnu/packages/gnome.scm
index ff5f2653d6..2e65fbba77 100644
--- a/gnu/packages/gnome.scm
+++ b/gnu/packages/gnome.scm
@@ -7653,7 +7653,8 @@ principles are simplicity and standards compliance.")
pkg-config))
(inputs
(list gtk
- libadwaita))
+ libadwaita
+ libdex))
(home-page "https://gitlab.gnome.org/GNOME/d-spy")
(synopsis "D-Bus debugger")
(description