newsflash: fix loading external https content

This commit is contained in:
MetaDark 2020-07-25 17:26:32 -04:00
parent 5475b84859
commit 4b288de0bb
1 changed files with 2 additions and 0 deletions

View File

@ -7,6 +7,7 @@
, ninja , ninja
, pkg-config , pkg-config
, wrapGAppsHook , wrapGAppsHook
, glib-networking
, gsettings-desktop-schemas , gsettings-desktop-schemas
, gtk3 , gtk3
, libhandy , libhandy
@ -54,6 +55,7 @@ rustPlatform.buildRustPackage rec {
buildInputs = [ buildInputs = [
gdk-pixbuf gdk-pixbuf
glib 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 gsettings-desktop-schemas # used to get system default font in src/article_view/mod.rs
gtk3 gtk3
libhandy libhandy