gnu: gajim: Remove inputs labels.
* gnu/packages/messaging.scm (gajim): Remove input labels.
This commit is contained in:
parent
d7e56aebec
commit
f2327f0b2e
@ -1253,45 +1253,45 @@ of xmpppy.")
|
|||||||
"3.9"
|
"3.9"
|
||||||
"/site-packages"))))))
|
"/site-packages"))))))
|
||||||
(native-inputs
|
(native-inputs
|
||||||
`(("gettext" ,gettext-minimal)
|
(list gettext-minimal
|
||||||
("glib:bin" ,glib "bin")
|
`(,glib "bin")
|
||||||
("gobject-introspection" ,gobject-introspection)
|
gobject-introspection
|
||||||
("gtk+:bin" ,gtk+ "bin")
|
`(,gtk+ "bin")
|
||||||
("python-distutils-extra" ,python-distutils-extra)
|
python-distutils-extra
|
||||||
("python-setuptools" ,python-setuptools)
|
python-setuptools
|
||||||
("xorg-server" ,xorg-server-for-tests)))
|
xorg-server-for-tests))
|
||||||
(inputs
|
(inputs
|
||||||
`(("avahi" ,avahi)
|
(list avahi
|
||||||
("dbus" ,dbus)
|
dbus
|
||||||
("farstream" ,farstream)
|
farstream
|
||||||
("geoclue" ,geoclue)
|
geoclue
|
||||||
("glib" ,glib)
|
glib
|
||||||
("glib-networking" ,glib-networking)
|
glib-networking
|
||||||
("gsettings-desktop-schemas" ,gsettings-desktop-schemas)
|
gsettings-desktop-schemas
|
||||||
("gsound",gsound)
|
gsound
|
||||||
("gspell" ,gspell)
|
gspell
|
||||||
("gstreamer" ,gstreamer)
|
gstreamer
|
||||||
("gst-plugins-base" ,gst-plugins-base)
|
gst-plugins-base
|
||||||
("gtk+" ,gtk+)
|
gtk+
|
||||||
("gtksourceview" ,gtksourceview)
|
gtksourceview
|
||||||
("gupnp-igd" ,gupnp-igd)
|
gupnp-igd
|
||||||
("libappindicator" ,libappindicator)
|
libappindicator
|
||||||
("libnice" ,libnice)
|
libnice
|
||||||
("libsecret" ,libsecret)
|
libsecret
|
||||||
("libsoup" ,libsoup)
|
libsoup
|
||||||
("libxss" ,libxscrnsaver)
|
libxscrnsaver
|
||||||
("network-manager" ,network-manager)
|
network-manager
|
||||||
("python-css-parser" ,python-css-parser)
|
python-css-parser
|
||||||
("python-dbus" ,python-dbus)
|
python-dbus
|
||||||
("python-gssapi" ,python-gssapi)
|
python-gssapi
|
||||||
("python-keyring" ,python-keyring)
|
python-keyring
|
||||||
("python-nbxmpp" ,python-nbxmpp)
|
python-nbxmpp
|
||||||
("python-packaging" ,python-packaging)
|
python-packaging
|
||||||
("python-pillow" ,python-pillow)
|
python-pillow
|
||||||
("python-precis-i18n" ,python-precis-i18n)
|
python-precis-i18n
|
||||||
("python-pycairo" ,python-pycairo)
|
python-pycairo
|
||||||
("python-pygobject" ,python-pygobject)
|
python-pygobject
|
||||||
("python-pyopenssl" ,python-pyopenssl)))
|
python-pyopenssl))
|
||||||
(propagated-inputs
|
(propagated-inputs
|
||||||
(list dconf))
|
(list dconf))
|
||||||
(synopsis "Fully-featured XMPP client")
|
(synopsis "Fully-featured XMPP client")
|
||||||
|
Loading…
x
Reference in New Issue
Block a user