Skip to content

Commit

Permalink
Merge pull request #93852 from MetaDark/newsflash
Browse files Browse the repository at this point in the history
newsflash: fix loading external https content
  • Loading branch information
danieldk authored Jul 26, 2020
2 parents 0f9afb2 + 4b288de commit a60ad64
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 a60ad64

Please sign in to comment.