guix_mirror_bot pushed a commit to branch master
in repository guix.
commit f52800082430fbf9a65a21475d4c1b81051bbe29
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 18e636a23c..47a4f5801e 100644
--- a/gnu/packages/gnome.scm
+++ b/gnu/packages/gnome.scm
@@ -7631,7 +7631,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