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
This commit is contained in:
Maxim Cournoyer 2025-05-27 13:54:27 +09:00
parent cedb79a57b
commit c5da6a07d5
No known key found for this signature in database
GPG key ID: 1260E46482E63562

View file

@ -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