diff options
author | Liliana Marie Prikler <[email protected]> | 2024-09-08 22:22:56 +0200 |
---|---|---|
committer | Liliana Marie Prikler <[email protected]> | 2025-03-02 20:31:32 +0100 |
commit | befcd2817dd4c022c60159fa8a649d538f34ea1c (patch) | |
tree | 61f88777993a9b717b42e1f80bf558e8844c7c78 | |
parent | 1307b905a5e808e5fa51dedff75184e35d26734a (diff) |
gnu: sysprof: Propagate libdex.
* gnu/packages/gnome.scm (sysprof)[inputs]: Move libdex from here…
[propagated-inputs]: … to here.
Reviewed-by: Maxim Cournoyer <[email protected]>
-rw-r--r-- | gnu/packages/gnome.scm | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/gnu/packages/gnome.scm b/gnu/packages/gnome.scm index dc8b19e424..e3c4b314b6 100644 --- a/gnu/packages/gnome.scm +++ b/gnu/packages/gnome.scm @@ -13545,14 +13545,13 @@ GObject introspection bindings.") "update_desktop_database: false"))))))) (propagated-inputs ;; Listed in sysprof-4.pc or sysprof-ui-5.pc - (list glib json-glib libadwaita polkit)) + (list glib json-glib libadwaita libdex polkit)) (inputs (list glib gtk json-glib libadwaita libdazzle - libdex libpanel libunwind polkit)) |