From 6dc37e4aafcedab8f1908050aa6d22dbd3cfd60b Mon Sep 17 00:00:00 2001 From: Peter Simons Date: Thu, 1 Oct 2009 17:33:19 +0000 Subject: [PATCH] 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 --- pkgs/top-level/all-packages.nix | 1 + 1 file changed, 1 insertion(+) 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 {