Merge pull request #16226 from bobvanderlinden/fix-lsyncd

lsyncd: removed support for Darwin
This commit is contained in:
Joachim Fasting 2016-06-14 15:04:48 +02:00 committed by GitHub
commit c94f4f85c5
1 changed files with 1 additions and 1 deletions

View File

@ -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 ];
};
}