summaryrefslogtreecommitdiffstats
path: root/pkgs/applications/networking/syncthing-gtk
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/applications/networking/syncthing-gtk')
-rw-r--r--pkgs/applications/networking/syncthing-gtk/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/applications/networking/syncthing-gtk/default.nix b/pkgs/applications/networking/syncthing-gtk/default.nix
index daf1b57e24d6..328561529ce5 100644
--- a/pkgs/applications/networking/syncthing-gtk/default.nix
+++ b/pkgs/applications/networking/syncthing-gtk/default.nix
@@ -2,7 +2,7 @@
, gtk3, libappindicator-gtk3, substituteAll, syncthing, wrapGAppsHook
, gnome3, buildPythonApplication, dateutil, pyinotify, pygobject3
, bcrypt, gobject-introspection, gsettings-desktop-schemas
-, pango, gdk_pixbuf, atk }:
+, pango, gdk-pixbuf, atk }:
buildPythonApplication rec {
version = "0.9.4";
@@ -19,7 +19,7 @@ buildPythonApplication rec {
wrapGAppsHook
# For setup hook populating GI_TYPELIB_PATH
gobject-introspection
- pango gdk_pixbuf atk libnotify
+ pango gdk-pixbuf atk libnotify
];
buildInputs = [