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:
parent
1b35454ac3
commit
43785aea24
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user