lilyp pushed a commit to branch gnome-team
in repository guix.
commit cf15cab9185d22d0b890999d1c6dda3fcef22bf5
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 979e7f2447..d98812b75c 100644
--- a/gnu/packages/gnome.scm
+++ b/gnu/packages/gnome.scm
@@ -13558,6 +13558,7 @@ GObject introspection bindings.")
json-glib
libadwaita
libdazzle
+ libdex
libpanel
libunwind
polkit))