gnu: connman: Add dependency on polkit.

* gnu/packages/connman.scm (connman)[arguments]: Add "--enable-polkit".
[inputs]: Add POLKIT.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
This commit is contained in:
Mathieu OTHACEHE 2017-01-01 18:30:02 +01:00 committed by Ludovic Courtès
parent 832d60dc01
commit 125e3cdece
No known key found for this signature in database
GPG Key ID: 090B11993D9AEBB5
1 changed files with 3 additions and 2 deletions

View File

@ -28,6 +28,7 @@
#:use-module (gnu packages glib)
#:use-module (gnu packages linux)
#:use-module (gnu packages pkg-config)
#:use-module (gnu packages polkit)
#:use-module (gnu packages python)
#:use-module (gnu packages readline)
#:use-module (gnu packages samba)
@ -50,7 +51,7 @@
(arguments
`(#:configure-flags
(list "--enable-nmcompat"
;; "--enable-polkit"
"--enable-polkit"
"--enable-openconnect"
"--enable-openvpn"
"--enable-vpnc"
@ -71,7 +72,7 @@
("glib" ,glib)
("gnutls" ,gnutls)
("iptables" ,iptables)
;; ("polkit" ,polkit) ; pkg-config cannot find polkit.pc
("polkit" ,polkit) ;so connman can be used by unprivileged users
("readline" ,readline)
;; These inputs are needed for connman to include the interface to
;; these technologies so IF they are installed they can be used.