diff --git a/pkgs/applications/networking/feedreaders/newsflash/default.nix b/pkgs/applications/networking/feedreaders/newsflash/default.nix index 3023ca28bfe35..a7be8722d49b6 100644 --- a/pkgs/applications/networking/feedreaders/newsflash/default.nix +++ b/pkgs/applications/networking/feedreaders/newsflash/default.nix @@ -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