From 63755bcf844745b251c312922e2a5744661427a3 Mon Sep 17 00:00:00 2001 From: Liliana Marie Prikler Date: Fri, 1 Dec 2023 21:48:42 +0100 Subject: Revert "gnu: sysprof: Do not propagate libadwaita." This reverts commit e21f0cb7b7a87992004193cd56638ad961fe5928. It was introduced to fix a build failure in mutter, that no longer occurs with the updated python-dbusmock. Change-Id: I781fa2314afb0c1819e30ef404cf2e8da6652e3e --- gnu/packages/gnome.scm | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'gnu/packages/gnome.scm') diff --git a/gnu/packages/gnome.scm b/gnu/packages/gnome.scm index 8d2265b10d..c7c220c101 100644 --- a/gnu/packages/gnome.scm +++ b/gnu/packages/gnome.scm @@ -13046,7 +13046,8 @@ (define-public sysprof (("update_desktop_database: true") "update_desktop_database: false"))))))) (propagated-inputs - (list glib json-glib polkit)) + ;; Listed in sysprof-4.pc or sysprof-ui-5.pc + (list glib json-glib libadwaita polkit)) (inputs (list glib gtk -- cgit v1.2.3