lsyncd: removed support for Darwin
This commit is contained in:
parent
ca717d0d65
commit
61431e239b
@ -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…
x
Reference in New Issue
Block a user