guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

branch master updated: gnu: blueman: Enable AppIndicator.


From: guix-commits
Subject: branch master updated: gnu: blueman: Enable AppIndicator.
Date: Fri, 15 May 2020 05:51:32 -0400

This is an automated email from the git hooks/post-receive script.

ambrevar pushed a commit to branch master
in repository guix.

The following commit(s) were added to refs/heads/master by this push:
     new 729cfbd  gnu: blueman: Enable AppIndicator.
729cfbd is described below

commit 729cfbdd07f95e60a44dfcdccdbda6696b265b5d
Author: Raghav Gururajan <address@hidden>
AuthorDate: Thu May 14 20:50:42 2020 -0400

    gnu: blueman: Enable AppIndicator.
    
    * gnu/packages/networking.scm (blueman) [arguments]: Remove --disable
    -appindicator configure-flag.
    [inputs]: Add libappindicator.
    
    Signed-off-by: Pierre Neidhardt <address@hidden>
---
 gnu/packages/networking.scm | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/gnu/packages/networking.scm b/gnu/packages/networking.scm
index 7ae1240..42a3609 100644
--- a/gnu/packages/networking.scm
+++ b/gnu/packages/networking.scm
@@ -87,6 +87,7 @@
   #: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 @@
     (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 @@
        ("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



reply via email to

[Prev in Thread] Current Thread [Next in Thread]