mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-16 23:03:40 +01:00
gnome-feeds: add glib-networking as buildInput
Otherwise articles secured with TLS fail to load
This commit is contained in:
parent
4e81ceed3b
commit
7b4a69aec3
1 changed files with 2 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue