diff --git a/pkgs/applications/networking/sync/lsyncd/default.nix b/pkgs/applications/networking/sync/lsyncd/default.nix index b190b05e289..a7cf26ea7ae 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 ]; }; }