mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
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 @@ 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)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue