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>
This commit is contained in:
parent
fa7f4781ca
commit
0055f6a8a3
1 changed files with 5 additions and 1 deletions
|
@ -57,6 +57,7 @@
|
||||||
;;; Copyright © 2020 Michael Rohleder <mike@rohleder.de>
|
;;; Copyright © 2020 Michael Rohleder <mike@rohleder.de>
|
||||||
;;; Copyright © 2020 Tim Gesthuizen <tim.gesthuizen@yahoo.de>
|
;;; Copyright © 2020 Tim Gesthuizen <tim.gesthuizen@yahoo.de>
|
||||||
;;; Copyright © 2020, 2021 Andy Tai <atai@atai.org>
|
;;; Copyright © 2020, 2021 Andy Tai <atai@atai.org>
|
||||||
|
;;; Copyright © 2020, 2021 Sébastien Lerique <sl@eauchat.org>
|
||||||
;;;
|
;;;
|
||||||
;;; This file is part of GNU Guix.
|
;;; This file is part of GNU Guix.
|
||||||
;;;
|
;;;
|
||||||
|
@ -7978,7 +7979,9 @@ Cisco's AnyConnect SSL VPN.")
|
||||||
"1rf3nm0hjcy9f8ajb4vmvwy503w8yj8d4daxkcb7w7i7b92qmyfn"))))
|
"1rf3nm0hjcy9f8ajb4vmvwy503w8yj8d4daxkcb7w7i7b92qmyfn"))))
|
||||||
(build-system meson-build-system)
|
(build-system meson-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
'(#:glib-or-gtk? #t))
|
'(#:glib-or-gtk? #t
|
||||||
|
#:configure-flags
|
||||||
|
'("-Dappindicator=yes")))
|
||||||
(native-inputs
|
(native-inputs
|
||||||
`(("intltool" ,intltool)
|
`(("intltool" ,intltool)
|
||||||
("glib:bin" ,glib "bin") ; for glib-compile-resources, etc.
|
("glib:bin" ,glib "bin") ; for glib-compile-resources, etc.
|
||||||
|
@ -7994,6 +7997,7 @@ Cisco's AnyConnect SSL VPN.")
|
||||||
("libnma" ,libnma)))
|
("libnma" ,libnma)))
|
||||||
(inputs
|
(inputs
|
||||||
`(("gcr" ,gcr)
|
`(("gcr" ,gcr)
|
||||||
|
("libappindicator" ,libappindicator)
|
||||||
("libgudev" ,libgudev)
|
("libgudev" ,libgudev)
|
||||||
("libnotify" ,libnotify)
|
("libnotify" ,libnotify)
|
||||||
("libsecret" ,libsecret)
|
("libsecret" ,libsecret)
|
||||||
|
|
Reference in a new issue