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>
This commit is contained in:
parent
b0eaa4f2d7
commit
e8b2b11b01
1 changed files with 2 additions and 0 deletions
|
@ -5801,6 +5801,8 @@ (define-public devhelp
|
|||
(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)
|
||||
|
|
Loading…
Reference in a new issue