lilyp pushed a commit to branch gnome-team
in repository guix.
commit 1cf9504c6630007fd26e8b59e221511d5e282103
Author: Liliana Marie Prikler <[email protected]>
AuthorDate: Fri Jul 19 11:09:10 2024 +0200
gnu: sysprof: Add libdex to inputs.
* gnu/packages/gnome.scm (sysprof) [inputs]: Add libdex.
---
gnu/packages/gnome.scm | 1 +
1 file changed, 1 insertion(+)
diff --git a/gnu/packages/gnome.scm b/gnu/packages/gnome.scm
index 53a92676a5..0ad9d27304 100644
--- a/gnu/packages/gnome.scm
+++ b/gnu/packages/gnome.scm
@@ -13554,6 +13554,7 @@ GObject introspection bindings.")
json-glib
libadwaita
libdazzle
+ libdex
libpanel
libunwind
polkit))