summary refs log tree commit diff
path: root/pkgs
diff options
context:
space:
mode:
authorMaximilian Bosch <maximilian@mbosch.me>2021-08-02 23:22:29 +0200
committerGitHub <noreply@github.com>2021-08-02 23:22:29 +0200
commit1f167823ad4fa584344cce79df3c14d9c6f039c2 (patch)
tree32d65709aa410b405c731495adb85142c128ab85 /pkgs
parentb166cc7fddc7c9b3fdd27dd74f177116ee5e2a7b (diff)
parent9f629693f349ec0064a67bfdbffdfd1e8f2fb08c (diff)
downloadnixpkgs-1f167823ad4fa584344cce79df3c14d9c6f039c2.tar
nixpkgs-1f167823ad4fa584344cce79df3c14d9c6f039c2.tar.gz
nixpkgs-1f167823ad4fa584344cce79df3c14d9c6f039c2.tar.bz2
nixpkgs-1f167823ad4fa584344cce79df3c14d9c6f039c2.tar.lz
nixpkgs-1f167823ad4fa584344cce79df3c14d9c6f039c2.tar.xz
nixpkgs-1f167823ad4fa584344cce79df3c14d9c6f039c2.tar.zst
nixpkgs-1f167823ad4fa584344cce79df3c14d9c6f039c2.zip
Merge pull request #131583 from SebTM/fix/seahorse_glib_networking
seahorse: add glib-networking for sync
Diffstat (limited to 'pkgs')
-rw-r--r--pkgs/desktops/gnome/apps/seahorse/default.nix2
1 files changed, 2 insertions, 0 deletions
diff --git a/pkgs/desktops/gnome/apps/seahorse/default.nix b/pkgs/desktops/gnome/apps/seahorse/default.nix
index d46aed7bbe9..d09a4c9ff3e 100644
--- a/pkgs/desktops/gnome/apps/seahorse/default.nix
+++ b/pkgs/desktops/gnome/apps/seahorse/default.nix
@@ -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