Merge pull request #93852 from MetaDark/newsflash

newsflash: fix loading external https content
This commit is contained in:
Daniël de Kok
2020-07-26 08:48:43 +02:00
committed by GitHub

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