guix_mirror_bot pushed a commit to branch master
in repository guix.
commit c5da6a07d5ae52e476c509bb7a10e9278313f02e
Author: Maxim Cournoyer <[email protected]>
AuthorDate: Tue May 27 13:54:27 2025 +0900
gnu: telepathy-mission-control: Sanitize inputs.
* gnu/packages/freedesktop.scm (telepathy-mission-control):
[inputs]: Remove python-2 and gtk-doc. Move libxslt to...
[native-inputs]: ... here. Add python-minimal and gtk-doc/stable.
Change-Id: I2bafd1d434dc1335a769f390ab1133d772b5b960
---
gnu/packages/freedesktop.scm | 11 ++++++-----
1 file changed, 6 insertions(+), 5 deletions(-)
diff --git a/gnu/packages/freedesktop.scm b/gnu/packages/freedesktop.scm
index 2112073a70..4cc6ecf2e5 100644
--- a/gnu/packages/freedesktop.scm
+++ b/gnu/packages/freedesktop.scm
@@ -2402,11 +2402,12 @@ messaging clients such as Empathy, GNOME Shell or KDE
Telepathy.")
(build-system gnu-build-system)
(native-inputs
(list `(,glib "bin") ; for glib-compile-schemas, etc.
- pkg-config))
- (inputs
- (list dconf gtk-doc libgnome-keyring python-2 libxslt))
- (propagated-inputs
- (list telepathy-glib))
+ gtk-doc/stable
+ pkg-config
+ python-minimal
+ libxslt))
+ (inputs (list dconf libgnome-keyring))
+ (propagated-inputs (list telepathy-glib))
(home-page
"https://telepathy.freedesktop.org/wiki/Components/Mission_Control/")
(synopsis "Telepathy real-time communication framework management daemon")
(description