summaryrefslogtreecommitdiffstats
path: root/pkgs/applications/networking/syncthing-gtk
diff options
context:
space:
mode:
authorEmmanuel Rosa <goaway1000@gmail.com>2019-07-14 18:03:20 +0700
committerEmmanuel Rosa <emmanuelrosa@protonmail.com>2019-08-11 08:35:04 +0700
commitd80670bdc213c8ace1b48f21b0edbba6ab191ac0 (patch)
tree303345c4f03cead63c5324aed59023fc3d0caf5b /pkgs/applications/networking/syncthing-gtk
parentce82d0b61a914de18ab889951a31cdd64830d39a (diff)
syncthing: 1.1.4 -> 1.2.1
syncthing-gtk: add missing runtime dependencies NixOS: fix syncthing-init NixOS test
Diffstat (limited to 'pkgs/applications/networking/syncthing-gtk')
-rw-r--r--pkgs/applications/networking/syncthing-gtk/default.nix4
1 files changed, 3 insertions, 1 deletions
diff --git a/pkgs/applications/networking/syncthing-gtk/default.nix b/pkgs/applications/networking/syncthing-gtk/default.nix
index 696ced2d2465..daf1b57e24d6 100644
--- a/pkgs/applications/networking/syncthing-gtk/default.nix
+++ b/pkgs/applications/networking/syncthing-gtk/default.nix
@@ -1,7 +1,8 @@
{ stdenv, fetchFromGitHub, fetchpatch, libnotify, librsvg, killall
, gtk3, libappindicator-gtk3, substituteAll, syncthing, wrapGAppsHook
, gnome3, buildPythonApplication, dateutil, pyinotify, pygobject3
-, bcrypt, gobject-introspection, gsettings-desktop-schemas }:
+, bcrypt, gobject-introspection, gsettings-desktop-schemas
+, pango, gdk_pixbuf, atk }:
buildPythonApplication rec {
version = "0.9.4";
@@ -18,6 +19,7 @@ buildPythonApplication rec {
wrapGAppsHook
# For setup hook populating GI_TYPELIB_PATH
gobject-introspection
+ pango gdk_pixbuf atk libnotify
];
buildInputs = [