mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-16 14:54:29 +01:00
pkgs/top-level/all-packages.nix: don't enable ACL support in rsync when building on Solaris
svn path=/nixpkgs/trunk/; revision=22999
This commit is contained in:
parent
f4f3078309
commit
3e095243bd
1 changed files with 1 additions and 1 deletions
|
@ -5940,7 +5940,7 @@ let
|
|||
};
|
||||
|
||||
rsync = callPackage ../applications/networking/sync/rsync {
|
||||
enableACLs = !stdenv.isDarwin;
|
||||
enableACLs = !(stdenv.isDarwin || stdenv.isSunOS);
|
||||
};
|
||||
|
||||
rxvt = callPackage ../applications/misc/rxvt { };
|
||||
|
|
Loading…
Reference in a new issue