add libappindicator to gpservice
This commit is contained in:
parent
dd3ebd12fa
commit
ae0264b211
1 changed files with 3 additions and 2 deletions
|
@ -52,7 +52,7 @@
|
|||
("bin/gpclient" ("openssl" "openconnect" "gcc-lib"))
|
||||
("bin/gpgui" ("openssl" "webkitgtk" "gtk" "glib" "cairo" "soup" "pixbuf" "gcc-lib"))
|
||||
("bin/gpgui-helper" ("openssl" "webkitgtk" "gtk" "glib" "cairo" "soup" "pixbuf" "gcc-lib"))
|
||||
("bin/gpservice" ("openssl" "xz" "gcc-lib" "openconnect"))
|
||||
("bin/gpservice" ("openssl" "xz" "gcc-lib" "openconnect" "appindicator"))
|
||||
|
||||
)))
|
||||
(inputs
|
||||
|
@ -65,7 +65,8 @@
|
|||
("gcc-lib" ,gcc "lib")
|
||||
("openconnect" ,openconnect)
|
||||
("soup" ,libsoup)
|
||||
("pixbuf" ,gdk-pixbuf)))
|
||||
("pixbuf" ,gdk-pixbuf)
|
||||
("appindicator" ,libappindicator)))
|
||||
(home-page "https://guix.gnu.org/manual/devel/en/html_node/The-Perfect-Setup.html")
|
||||
(synopsis "Connect to openconnect with MFA")
|
||||
(description "A GUI for GlobalProtect VPN, based on OpenConnect, supports the SSO authentication method. Inspired by gp-saml-gui.")
|
||||
|
|
Loading…
Add table
Reference in a new issue