guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

04/27: Revert "gnu: sysprof: Do not propagate libadwaita."


From: guix-commits
Subject: 04/27: Revert "gnu: sysprof: Do not propagate libadwaita."
Date: Tue, 19 Dec 2023 17:51:23 -0500 (EST)

lilyp pushed a commit to branch gnome-team
in repository guix.

commit 63755bcf844745b251c312922e2a5744661427a3
Author: Liliana Marie Prikler <liliana.prikler@gmail.com>
AuthorDate: Fri Dec 1 21:48:42 2023 +0100

    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(-)

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



reply via email to

[Prev in Thread] Current Thread [Next in Thread]