forked from mirrors/nixpkgs
rsync: use availableOn to determine acl support
We don't want to be adding every non-Linux platform to this list one at a time.
This commit is contained in:
parent
489959099f
commit
cdcc058b27
|
@ -1,5 +1,5 @@
|
|||
{ lib, stdenv, fetchurl, perl, libiconv, zlib, popt
|
||||
, enableACLs ? !(stdenv.isDarwin || stdenv.isSunOS || stdenv.isFreeBSD), acl ? null
|
||||
, enableACLs ? lib.meta.availableOn stdenv.hostPlatform acl, acl ? null
|
||||
, enableLZ4 ? true, lz4 ? null
|
||||
, enableOpenSSL ? true, openssl ? null
|
||||
, enableXXHash ? true, xxHash ? null
|
||||
|
|
Loading…
Reference in a new issue