syncthing,qsyncthingtray: remove syncthing-inotify

syncthing-inotify is replaced by the new syncthing "fswatcher" feature.
This commit is contained in:
Timo Kaufmann
2018-02-24 01:08:44 +01:00
parent 7d37688d66
commit 5643128ff2
5 changed files with 8 additions and 85 deletions
@@ -1,7 +1,7 @@
{ mkDerivation, stdenv, lib, fetchFromGitHub, fetchpatch, procps ? null
, qtbase, qtwebengine, qtwebkit
, cmake
, syncthing, syncthing-inotify ? null
, syncthing
, preferQWebView ? false
, preferNative ? true }:
@@ -34,7 +34,6 @@ mkDerivation rec {
${lib.optionalString stdenv.isLinux ''
substituteInPlace includes/platforms/linux/posixUtils.hpp \
--replace '"/usr/local/bin/syncthing"' '"${syncthing}/bin/syncthing"' \
--replace '"/usr/local/bin/syncthing-inotify"' '"${syncthing-inotify}/bin/syncthing-inotify"' \
--replace '"pgrep -x' '"${procps}/bin/pgrep -x'
''}