civodul pushed a commit to branch core-updates-frozen
in repository guix.

commit e8b2b11b014d25faae3c46e5045c417378d2e54c
Author: Vivien Kraus <[email protected]>
AuthorDate: Thu Nov 18 14:20:12 2021 +0100

    gnu: devhelp: Add missing propagated input.
    
    * gnu/packages/gnome.scm (devhelp) [propagated-inputs]: Add
    gsettings-desktop-schemas.
    
    Signed-off-by: Ludovic Courtès <[email protected]>
---
 gnu/packages/gnome.scm | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/gnu/packages/gnome.scm b/gnu/packages/gnome.scm
index f07ff28..956ae68 100644
--- a/gnu/packages/gnome.scm
+++ b/gnu/packages/gnome.scm
@@ -5801,6 +5801,8 @@ both a traditional UI or a modern UI with a 
GtkHeaderBar.")
            (lambda _
              (substitute* "devhelp/meson.build"
                (("'WebKit2-4.0'") "'WebKit2-4.1'")))))))
+    (propagated-inputs
+     `(("gsettings-desktop-schemas" ,gsettings-desktop-schemas)))
     (native-inputs
      `(("intltool" ,intltool)
        ("itstool" ,itstool)

Reply via email to