Merge pull request #132463 from NixOS/backport-131583-to-release-21.05

[Backport release-21.05] seahorse: add glib-networking for sync
This commit is contained in:
Maximilian Bosch 2021-08-03 00:04:34 +02:00 committed by GitHub
commit b812e1f413
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -7,6 +7,7 @@
, pkg-config , pkg-config
, gtk3 , gtk3
, glib , glib
, glib-networking
, wrapGAppsHook , wrapGAppsHook
, itstool , itstool
, gnupg , gnupg
@ -48,6 +49,7 @@ stdenv.mkDerivation rec {
buildInputs = [ buildInputs = [
gtk3 gtk3
glib glib
glib-networking
gcr gcr
gsettings-desktop-schemas gsettings-desktop-schemas
gnupg gnupg