[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)
- branch core-updates-frozen updated (b0eaa4f -> 2b3046b), guix-commits, 2021/11/18
- 03/07: gnu: gnome-builder: Upgrade to 41.2., guix-commits, 2021/11/18
- 04/07: gnu: ocaml-dose3: Remove now unneeded phase., guix-commits, 2021/11/18
- 02/07: gnu: sysprof: Upgrade to 3.42.1., guix-commits, 2021/11/18
- 01/07: gnu: devhelp: Add missing propagated input.,
guix-commits <=
- 05/07: gnu: appstream: Link against libsoup 2., guix-commits, 2021/11/18
- 06/07: gnu: python-aniso8601: Update to 9.0.1., guix-commits, 2021/11/18
- 07/07: gnu: python-graphene: Update to 3.0., guix-commits, 2021/11/18