From 61431e239b164b92a16d282dfe0e87147ef4122d Mon Sep 17 00:00:00 2001 From: Bob van der Linden Date: Tue, 14 Jun 2016 10:46:56 +0200 Subject: [PATCH] lsyncd: removed support for Darwin --- pkgs/applications/networking/sync/lsyncd/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkgs/applications/networking/sync/lsyncd/default.nix b/pkgs/applications/networking/sync/lsyncd/default.nix index b190b05e28918f..a7cf26ea7aeabe 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 ]; }; }