Skip to content

Commit

Permalink
newsflash: fix loading external https content
Browse files Browse the repository at this point in the history
  • Loading branch information
kira-bruneau committed Jul 25, 2020
1 parent 5475b84 commit 4b288de
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@
, ninja
, pkg-config
, wrapGAppsHook
, glib-networking
, gsettings-desktop-schemas
, gtk3
, libhandy
Expand Down Expand Up @@ -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
Expand Down

0 comments on commit 4b288de

Please sign in to comment.