summaryrefslogtreecommitdiffstats
path: root/pkgs/applications/networking/syncthing-gtk
diff options
context:
space:
mode:
authorLassulus <github@lassul.us>2019-08-12 00:22:25 +0200
committerGitHub <noreply@github.com>2019-08-12 00:22:25 +0200
commit612871e2eca228ca969b2b7271b34d4b73f43efe (patch)
tree6426532262ab6c7945ebe3d42380e1121ce1e6d3 /pkgs/applications/networking/syncthing-gtk
parentbddce34e49bd4a595cb4c007ef7b5857761f9ca2 (diff)
parentfd397919368f43facbc867f540549cca729d0e58 (diff)
Merge pull request #66375 from emmanuelrosa/syncthing-1.2.1
syncthing: 1.1.4 -> 1.2.1
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 = [