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

commit 5a7ec5cc06be9eb2ead4f18191df562b49b23905
Author: Liliana Marie Prikler <[email protected]>
AuthorDate: Tue Jan 13 20:44:27 2026 +0100

    [WORKAROUND] gnu: gnome-remote-desktop: Use dbus-next.
    
    * gnu/packages/gnome.scm (gnome-remote-desktop)[native-inputs]: Replace dbus
    with dbus-next.
---
 gnu/packages/gnome.scm | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gnu/packages/gnome.scm b/gnu/packages/gnome.scm
index e2e614a982..c7a404ae79 100644
--- a/gnu/packages/gnome.scm
+++ b/gnu/packages/gnome.scm
@@ -13690,7 +13690,7 @@ historical battery usage and related statistics.")
            tpm2-tss))
     (native-inputs
      (list asciidoc
-           dbus
+           dbus-next
            docbook-xsl
            docbook-xml-4.3
            gettext-minimal

Reply via email to