From befcd2817dd4c022c60159fa8a649d538f34ea1c Mon Sep 17 00:00:00 2001 From: Liliana Marie Prikler Date: Sun, 8 Sep 2024 22:22:56 +0200 Subject: [PATCH] gnu: sysprof: Propagate libdex. MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * gnu/packages/gnome.scm (sysprof)[inputs]: Move libdex from here… [propagated-inputs]: … to here. Reviewed-by: Maxim Cournoyer --- gnu/packages/gnome.scm | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/gnu/packages/gnome.scm b/gnu/packages/gnome.scm index dc8b19e42457ab642b1e6eb5b9eb47ea20b9a648..e3c4b314b69c1ed7b2d8be0b9fa04f78c5dd0343 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))