vocal: add missing glib-networking
otherwise https is disabled
This commit is contained in:
parent
b4faf4da21
commit
b9b8388e4a
1 changed files with 2 additions and 0 deletions
|
@ -7,6 +7,7 @@
|
|||
, pantheon
|
||||
, gtk3
|
||||
, glib
|
||||
, glib-networking
|
||||
, libxml2
|
||||
, webkitgtk
|
||||
, clutter-gtk
|
||||
|
@ -56,6 +57,7 @@ stdenv.mkDerivation rec {
|
|||
pantheon.granite
|
||||
sqlite
|
||||
webkitgtk
|
||||
glib-networking
|
||||
];
|
||||
|
||||
passthru = {
|
||||
|
|
Loading…
Reference in a new issue