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 16:41:01 +02:00
committed by GitHub
parent 1b35454ac3
commit 43785aea24
+2 -1
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