foliate: add glib-networking to enable the catalog functionality (#130898)

Necessary for the catalog functionality, since that talks to the network.
This commit is contained in:
Ash 2021-08-11 07:41:01 -07:00 committed by GitHub
parent 1b35454ac3
commit 43785aea24
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,6 +1,6 @@
{ stdenv, lib, fetchFromGitHub, meson, gettext, glib, gjs, ninja, python3, gtk3
, webkitgtk, gsettings-desktop-schemas, wrapGAppsHook, desktop-file-utils
, gobject-introspection }:
, gobject-introspection, glib-networking }:
stdenv.mkDerivation rec {
pname = "foliate";
@ -28,6 +28,7 @@ stdenv.mkDerivation rec {
buildInputs = [
gettext
glib
glib-networking
gjs
gtk3
webkitgtk