mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-24 21:38:07 -05:00
gnu: blueman: Enable AppIndicator.
* gnu/packages/networking.scm (blueman) [arguments]: Remove --disable -appindicator configure-flag. [inputs]: Add libappindicator. Signed-off-by: Pierre Neidhardt <mail@ambrevar.xyz>
This commit is contained in:
parent
afc46f2267
commit
729cfbdd07
1 changed files with 2 additions and 1 deletions
|
@ -87,6 +87,7 @@ (define-module (gnu packages networking)
|
|||
#:use-module (gnu packages dejagnu)
|
||||
#:use-module (gnu packages documentation)
|
||||
#:use-module (gnu packages flex)
|
||||
#:use-module (gnu packages freedesktop)
|
||||
#:use-module (gnu packages gettext)
|
||||
#:use-module (gnu packages glib)
|
||||
#:use-module (gnu packages gnome)
|
||||
|
@ -140,7 +141,6 @@ (define-public blueman
|
|||
(build-system glib-or-gtk-build-system)
|
||||
(arguments
|
||||
`(#:configure-flags (list "--enable-polkit"
|
||||
"--disable-appindicator" ; Not available
|
||||
"--without-systemdsystemunitdir" ; Not required
|
||||
"--without-systemduserunitdir") ; Not required
|
||||
#:phases
|
||||
|
@ -232,6 +232,7 @@ (define-public blueman
|
|||
("pycairo" ,python-pycairo)
|
||||
("pygobject" ,python-pygobject)
|
||||
("python" ,python-wrapper)
|
||||
("libappindicator" ,libappindicator)
|
||||
("libnm" ,network-manager)))
|
||||
(synopsis "GTK+ Bluetooth manager")
|
||||
(description "Blueman is a Bluetooth management utility using the Bluez
|
||||
|
|
Loading…
Reference in a new issue