Merge pull request #16226 from bobvanderlinden/fix-lsyncd
lsyncd: removed support for Darwin
This commit is contained in:
commit
c94f4f85c5
|
@ -29,7 +29,7 @@ stdenv.mkDerivation rec {
|
||||||
homepage = https://github.com/axkibe/lsyncd;
|
homepage = https://github.com/axkibe/lsyncd;
|
||||||
description = "A utility that synchronizes local directories with remote targets";
|
description = "A utility that synchronizes local directories with remote targets";
|
||||||
license = licenses.gpl2;
|
license = licenses.gpl2;
|
||||||
platforms = platforms.unix;
|
platforms = platforms.linux;
|
||||||
maintainers = with maintainers; [ bobvanderlinden ];
|
maintainers = with maintainers; [ bobvanderlinden ];
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue