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:
commit
b812e1f413
|
@ -7,6 +7,7 @@
|
|||
, pkg-config
|
||||
, gtk3
|
||||
, glib
|
||||
, glib-networking
|
||||
, wrapGAppsHook
|
||||
, itstool
|
||||
, gnupg
|
||||
|
@ -48,6 +49,7 @@ stdenv.mkDerivation rec {
|
|||
buildInputs = [
|
||||
gtk3
|
||||
glib
|
||||
glib-networking
|
||||
gcr
|
||||
gsettings-desktop-schemas
|
||||
gnupg
|
||||
|
|
Loading…
Reference in New Issue