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
commit a60ad64021
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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