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:
parent
439ac65f3e
commit
6dc37e4aaf
@ -7424,6 +7424,7 @@ let
|
||||
|
||||
rsync = import ../applications/networking/sync/rsync {
|
||||
inherit fetchurl stdenv acl;
|
||||
enableACLs = system != "i686-darwin";
|
||||
};
|
||||
|
||||
rxvt = import ../applications/misc/rxvt {
|
||||
|
Loading…
Reference in New Issue
Block a user