diff options
author | Liliana Marie Prikler <liliana.prikler@gmail.com> | 2023-11-25 17:30:40 +0100 |
---|---|---|
committer | Liliana Marie Prikler <liliana.prikler@gmail.com> | 2023-11-26 16:02:47 +0100 |
commit | e21f0cb7b7a87992004193cd56638ad961fe5928 (patch) | |
tree | 8ec509517eec25d304e8e31fb708035586713900 /gnu/packages/gnome.scm | |
parent | 60db3a6b3f6e4d1bd751d04b7d9ad1e894febf93 (diff) | |
download | guix-e21f0cb7b7a87992004193cd56638ad961fe5928.tar guix-e21f0cb7b7a87992004193cd56638ad961fe5928.tar.gz |
gnu: sysprof: Do not propagate libadwaita.
It is perfectly reasonable to use sysprof without its UI.
* gnu/packages/gnome.scm (sysprof)[propagated-inputs]: Remove libadwaita.
Change-Id: Ib3291bb9897d7cafb91ed38d303ee25e2e18f507
Fixes: Mutter fails to build <https://logs.guix.gnu.org/guix/2023-11-25.log#163016>
Diffstat (limited to 'gnu/packages/gnome.scm')
-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 194a443484..d354327497 100644 --- a/gnu/packages/gnome.scm +++ b/gnu/packages/gnome.scm @@ -13021,8 +13021,7 @@ GObject introspection bindings.") (("update_desktop_database: true") "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 polkit)) (inputs (list glib gtk |