guix-commits
[Top][All Lists]
Advanced

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

01/07: gnu: devhelp: Add missing propagated input.


From: guix-commits
Subject: 01/07: gnu: devhelp: Add missing propagated input.
Date: Thu, 18 Nov 2021 09:49:57 -0500 (EST)

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

commit e8b2b11b014d25faae3c46e5045c417378d2e54c
Author: Vivien Kraus <vivien@planete-kraus.eu>
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 <ludo@gnu.org>
---
 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

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