forked from mirrors/nixpkgs
epiphany: fix tls support
without gnome3.glib_networking, epiphany does not support TLS or SSL
This commit is contained in:
parent
807dddca56
commit
3693df1b19
|
@ -18,7 +18,8 @@ stdenv.mkDerivation rec {
|
|||
webkitgtk libsoup libsecret gnome_desktop libnotify libtool
|
||||
sqlite isocodes nss itstool p11_kit nspr icu gnome3.yelp_tools
|
||||
gdk_pixbuf gnome3.defaultIconTheme librsvg which gnome_common
|
||||
gcr avahi gnome3.gsettings_desktop_schemas gnome3.dconf ];
|
||||
gcr avahi gnome3.gsettings_desktop_schemas gnome3.dconf
|
||||
gnome3.glib_networking ];
|
||||
|
||||
NIX_CFLAGS_COMPILE = "-I${nspr.dev}/include/nspr -I${nss.dev}/include/nss -I${glib.dev}/include/gio-unix-2.0";
|
||||
|
||||
|
|
Loading…
Reference in a new issue