From 7b4a69aec369a4ddcfbb690b12591f571e44161d Mon Sep 17 00:00:00 2001 From: Kerstin Humm Date: Tue, 15 Feb 2022 19:39:14 +0100 Subject: [PATCH] gnome-feeds: add glib-networking as buildInput Otherwise articles secured with TLS fail to load --- .../applications/networking/feedreaders/gnome-feeds/default.nix | 2 ++ 1 file changed, 2 insertions(+) diff --git a/pkgs/applications/networking/feedreaders/gnome-feeds/default.nix b/pkgs/applications/networking/feedreaders/gnome-feeds/default.nix index 9b173e85682..633c1e744bb 100644 --- a/pkgs/applications/networking/feedreaders/gnome-feeds/default.nix +++ b/pkgs/applications/networking/feedreaders/gnome-feeds/default.nix @@ -11,6 +11,7 @@ , wrapGAppsHook , glib +, glib-networking , gtk3 , libhandy , listparser ? callPackage ./listparser.nix { } @@ -44,6 +45,7 @@ python3.pkgs.buildPythonApplication rec { buildInputs = [ glib + glib-networking gtk3 libhandy webkitgtk