forked from mirrors/nixpkgs
syncthing-gtk: clean up
This commit is contained in:
parent
a1555c022c
commit
b02bf83a52
|
@ -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
|
||||
];
|
||||
|
||||
|
|
|
@ -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 { };
|
||||
|
||||
|
|
Loading…
Reference in a new issue