3
0
Fork 0
forked from mirrors/nixpkgs

syncthing-gtk: clean up

This commit is contained in:
Jan Tojnar 2018-01-26 06:24:48 +01:00
parent a1555c022c
commit b02bf83a52
No known key found for this signature in database
GPG key ID: 7FAB2A15F7A607A4
2 changed files with 4 additions and 4 deletions

View file

@ -1,6 +1,6 @@
{ stdenv, fetchFromGitHub, libnotify, librsvg, psmisc, gtk3, substituteAll, syncthing, wrapGAppsHook, gnome3, python2Packages, gobjectIntrospection }:
{ stdenv, fetchFromGitHub, libnotify, librsvg, psmisc, gtk3, substituteAll, syncthing, wrapGAppsHook, gnome3, buildPythonApplication, dateutil, pyinotify, pygobject3, bcrypt, gobjectIntrospection }:
python2Packages.buildPythonApplication rec {
buildPythonApplication rec {
version = "0.9.2.7";
name = "syncthing-gtk-${version}";
@ -24,7 +24,7 @@ python2Packages.buildPythonApplication rec {
gnome3.gsettings_desktop_schemas
];
propagatedBuildInputs = with python2Packages; [
propagatedBuildInputs = [
dateutil pyinotify pygobject3 bcrypt
];

View file

@ -17189,7 +17189,7 @@ with pkgs;
syncthing013 = callPackage ../applications/networking/syncthing013 { };
syncthing-gtk = callPackage ../applications/networking/syncthing-gtk { };
syncthing-gtk = python2Packages.callPackage ../applications/networking/syncthing-gtk { };
syncthing-inotify = callPackage ../applications/networking/syncthing/inotify.nix { };