diff --git a/pkgs/top-level/all-packages.nix b/pkgs/top-level/all-packages.nix index 143aff115e8b..f0b1675ad196 100644 --- a/pkgs/top-level/all-packages.nix +++ b/pkgs/top-level/all-packages.nix @@ -7424,6 +7424,7 @@ let rsync = import ../applications/networking/sync/rsync { inherit fetchurl stdenv acl; + enableACLs = system != "i686-darwin"; }; rxvt = import ../applications/misc/rxvt {