diff options
author | Liliana Marie Prikler <liliana.prikler@gmail.com> | 2023-12-01 21:48:42 +0100 |
---|---|---|
committer | Liliana Marie Prikler <liliana.prikler@gmail.com> | 2023-12-03 07:49:05 +0100 |
commit | 63755bcf844745b251c312922e2a5744661427a3 (patch) | |
tree | 6bfc621c5844d310fc5a7cc3d5c59a6ba8ca1185 /gnu | |
parent | a62f59d32dedf7ff11d59daa1251f74c573dd0b5 (diff) | |
download | guix-63755bcf844745b251c312922e2a5744661427a3.tar.gz guix-63755bcf844745b251c312922e2a5744661427a3.zip |
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
Diffstat (limited to 'gnu')
-rw-r--r-- | gnu/packages/gnome.scm | 3 |
1 files changed, 2 insertions, 1 deletions
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 @@ GObject introspection bindings.") (("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 |