about summary refs log tree commit diff
path: root/pkgs/applications/networking/sync
diff options
context:
space:
mode:
authorBob van der Linden <bobvanderlinden@gmail.com>2016-06-14 10:46:56 +0200
committerBob van der Linden <bobvanderlinden@gmail.com>2016-06-14 10:46:56 +0200
commit61431e239b164b92a16d282dfe0e87147ef4122d (patch)
treee7c24e41ffd4bcc7e6f42b1401ad396552dc6ecd /pkgs/applications/networking/sync
parentca717d0d654c11cc59622123251e79bb9ec7142d (diff)
lsyncd: removed support for Darwin
Diffstat (limited to 'pkgs/applications/networking/sync')
-rw-r--r--pkgs/applications/networking/sync/lsyncd/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/applications/networking/sync/lsyncd/default.nix b/pkgs/applications/networking/sync/lsyncd/default.nix
index b190b05e28918..a7cf26ea7aeab 100644
--- a/pkgs/applications/networking/sync/lsyncd/default.nix
+++ b/pkgs/applications/networking/sync/lsyncd/default.nix
@@ -29,7 +29,7 @@ stdenv.mkDerivation rec {
     homepage = https://github.com/axkibe/lsyncd;
     description = "A utility that synchronizes local directories with remote targets";
     license = licenses.gpl2;
-    platforms = platforms.unix;
+    platforms = platforms.linux;
     maintainers = with maintainers; [ bobvanderlinden ];
   };
 }