guix-commits
[Top][All Lists]
Advanced

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

01/02: gnu: network-manager-applet: Activate support for libappindicator


From: guix-commits
Subject: 01/02: gnu: network-manager-applet: Activate support for libappindicator.
Date: Fri, 5 Mar 2021 15:51:18 -0500 (EST)

bricewge pushed a commit to branch master
in repository guix.

commit 0055f6a8a3913634f1615ca6f14f1eeb9824a17d
Author: Sébastien Lerique <sl@eauchat.org>
AuthorDate: Fri Mar 5 23:26:57 2021 +0900

    gnu: network-manager-applet: Activate support for libappindicator.
    
    * gnu/packages/gnome.scm (network-manager-applet): Activate support for
    libappindicator.
    [arguments]: Add #:configure-flags.
    [inputs]: Add "libappindicator".
    
    Signed-off-by: Brice Waegeneire <brice@waegenei.re>
---
 gnu/packages/gnome.scm | 6 +++++-
 1 file changed, 5 insertions(+), 1 deletion(-)

diff --git a/gnu/packages/gnome.scm b/gnu/packages/gnome.scm
index 32cecb7..a8f921d 100644
--- a/gnu/packages/gnome.scm
+++ b/gnu/packages/gnome.scm
@@ -57,6 +57,7 @@
 ;;; Copyright © 2020 Michael Rohleder <mike@rohleder.de>
 ;;; Copyright © 2020 Tim Gesthuizen <tim.gesthuizen@yahoo.de>
 ;;; Copyright © 2020, 2021 Andy Tai <atai@atai.org>
+;;; Copyright © 2020, 2021 Sébastien Lerique <sl@eauchat.org>
 ;;;
 ;;; This file is part of GNU Guix.
 ;;;
@@ -7978,7 +7979,9 @@ Cisco's AnyConnect SSL VPN.")
                 "1rf3nm0hjcy9f8ajb4vmvwy503w8yj8d4daxkcb7w7i7b92qmyfn"))))
     (build-system meson-build-system)
     (arguments
-     '(#:glib-or-gtk? #t))
+     '(#:glib-or-gtk? #t
+       #:configure-flags
+       '("-Dappindicator=yes")))
     (native-inputs
      `(("intltool" ,intltool)
        ("glib:bin" ,glib "bin") ; for glib-compile-resources, etc.
@@ -7994,6 +7997,7 @@ Cisco's AnyConnect SSL VPN.")
        ("libnma" ,libnma)))
     (inputs
      `(("gcr" ,gcr)
+       ("libappindicator" ,libappindicator)
        ("libgudev" ,libgudev)
        ("libnotify" ,libnotify)
        ("libsecret" ,libsecret)



reply via email to

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