mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
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:
parent
cedb79a57b
commit
c5da6a07d5
1 changed files with 6 additions and 5 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue