newsflash: fix loading external https content

This commit is contained in:
MetaDark 2020-07-25 17:26:32 -04:00
parent 5475b84859
commit 4b288de0bb

View File

@ -7,6 +7,7 @@
, ninja
, pkg-config
, wrapGAppsHook
, glib-networking
, gsettings-desktop-schemas
, gtk3
, libhandy
@ -54,6 +55,7 @@ rustPlatform.buildRustPackage rec {
buildInputs = [
gdk-pixbuf
glib
glib-networking # TLS support for loading external content in webkitgtk WebView (eg. images)
gsettings-desktop-schemas # used to get system default font in src/article_view/mod.rs
gtk3
libhandy