syncthing-gtk: gdk_pixbuf -> gdk-pixbuf
This commit is contained in:
parent
f5c793ecb4
commit
aa26fbfcbe
@ -2,7 +2,7 @@
|
|||||||
, gtk3, libappindicator-gtk3, substituteAll, syncthing, wrapGAppsHook
|
, gtk3, libappindicator-gtk3, substituteAll, syncthing, wrapGAppsHook
|
||||||
, gnome3, buildPythonApplication, dateutil, pyinotify, pygobject3
|
, gnome3, buildPythonApplication, dateutil, pyinotify, pygobject3
|
||||||
, bcrypt, gobject-introspection, gsettings-desktop-schemas
|
, bcrypt, gobject-introspection, gsettings-desktop-schemas
|
||||||
, pango, gdk_pixbuf, atk }:
|
, pango, gdk-pixbuf, atk }:
|
||||||
|
|
||||||
buildPythonApplication rec {
|
buildPythonApplication rec {
|
||||||
version = "0.9.4";
|
version = "0.9.4";
|
||||||
@ -19,7 +19,7 @@ buildPythonApplication rec {
|
|||||||
wrapGAppsHook
|
wrapGAppsHook
|
||||||
# For setup hook populating GI_TYPELIB_PATH
|
# For setup hook populating GI_TYPELIB_PATH
|
||||||
gobject-introspection
|
gobject-introspection
|
||||||
pango gdk_pixbuf atk libnotify
|
pango gdk-pixbuf atk libnotify
|
||||||
];
|
];
|
||||||
|
|
||||||
buildInputs = [
|
buildInputs = [
|
||||||
|
Loading…
Reference in New Issue
Block a user