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>master
parent
b0eaa4f2d7
commit
e8b2b11b01
|
@ -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)
|
||||
|
|
Reference in New Issue