summary refs log tree commit diff
path: root/pkgs/top-level
diff options
context:
space:
mode:
authorTimo Kaufmann <timokau@zoho.com>2018-02-23 19:59:06 +0100
committerTimo Kaufmann <timokau@zoho.com>2018-02-24 01:08:44 +0100
commit5643128ff2ad22e5011747b63ba1f70e034c80d6 (patch)
treecfaec3ed9fe8f7fa9af40d39a3f8a7d4c7138808 /pkgs/top-level
parent7d37688d66bf830767ae39724406abd78347fcfb (diff)
downloadnixlib-5643128ff2ad22e5011747b63ba1f70e034c80d6.tar
nixlib-5643128ff2ad22e5011747b63ba1f70e034c80d6.tar.gz
nixlib-5643128ff2ad22e5011747b63ba1f70e034c80d6.tar.bz2
nixlib-5643128ff2ad22e5011747b63ba1f70e034c80d6.tar.lz
nixlib-5643128ff2ad22e5011747b63ba1f70e034c80d6.tar.xz
nixlib-5643128ff2ad22e5011747b63ba1f70e034c80d6.tar.zst
nixlib-5643128ff2ad22e5011747b63ba1f70e034c80d6.zip
syncthing,qsyncthingtray: remove syncthing-inotify
syncthing-inotify is replaced by the new syncthing "fswatcher" feature.
Diffstat (limited to 'pkgs/top-level')
-rw-r--r--pkgs/top-level/all-packages.nix2
1 files changed, 0 insertions, 2 deletions
diff --git a/pkgs/top-level/all-packages.nix b/pkgs/top-level/all-packages.nix
index 9a537468db5a..b91dc7535dfc 100644
--- a/pkgs/top-level/all-packages.nix
+++ b/pkgs/top-level/all-packages.nix
@@ -17525,8 +17525,6 @@ with pkgs;
 
   syncthing-gtk = python2Packages.callPackage ../applications/networking/syncthing-gtk { };
 
-  syncthing-inotify = callPackage ../applications/networking/syncthing/inotify.nix { };
-
   syncthing-tray = callPackage ../applications/misc/syncthing-tray { };
 
   # linux only by now