summaryrefslogtreecommitdiffstats
path: root/pkgs/applications/networking/syncthing-gtk
diff options
context:
space:
mode:
authorMatthew Bauer <mjbauer95@gmail.com>2018-06-27 16:47:21 -0400
committerMatthew Bauer <mjbauer95@gmail.com>2018-06-27 16:47:21 -0400
commit161414063fa9a87b61e5460c61ab1125c9e68e55 (patch)
tree336c7e844867bcae118ae1bf503e8c8b34ed3a3b /pkgs/applications/networking/syncthing-gtk
parentbceb29f177e17117edc8cb21510a12992d09061f (diff)
treewide: use killall
Diffstat (limited to 'pkgs/applications/networking/syncthing-gtk')
-rw-r--r--pkgs/applications/networking/syncthing-gtk/default.nix7
1 files changed, 5 insertions, 2 deletions
diff --git a/pkgs/applications/networking/syncthing-gtk/default.nix b/pkgs/applications/networking/syncthing-gtk/default.nix
index be574acc8c75..9d720bee05e7 100644
--- a/pkgs/applications/networking/syncthing-gtk/default.nix
+++ b/pkgs/applications/networking/syncthing-gtk/default.nix
@@ -1,4 +1,7 @@
-{ stdenv, fetchFromGitHub, fetchpatch, libnotify, librsvg, darwin, psmisc, gtk3, libappindicator-gtk3, substituteAll, syncthing, wrapGAppsHook, gnome3, buildPythonApplication, dateutil, pyinotify, pygobject3, bcrypt, gobjectIntrospection }:
+{ stdenv, fetchFromGitHub, fetchpatch, libnotify, librsvg, killall
+, gtk3, libappindicator-gtk3, substituteAll, syncthing, wrapGAppsHook
+, gnome3, buildPythonApplication, dateutil, pyinotify, pygobject3
+, bcrypt, gobjectIntrospection }:
buildPythonApplication rec {
version = "0.9.4";
@@ -35,7 +38,7 @@ buildPythonApplication rec {
})
(substituteAll {
src = ./paths.patch;
- killall = "${if stdenv.isDarwin then darwin.shell_cmds else psmisc}/bin/killall";
+ killall = "${killall}/bin/killall";
syncthing = "${syncthing}/bin/syncthing";
})
];