all-packages.nix: disable ACL support in rsync when building on MacOS X

The attr package -- which is required for ACLs -- doesn't build on Darwin.

svn path=/nixpkgs/trunk/; revision=17580
This commit is contained in:
Peter Simons 2009-10-01 17:33:19 +00:00
parent 439ac65f3e
commit 6dc37e4aaf

View file

@ -7424,6 +7424,7 @@ let
rsync = import ../applications/networking/sync/rsync {
inherit fetchurl stdenv acl;
enableACLs = system != "i686-darwin";
};
rxvt = import ../applications/misc/rxvt {