Merge pull request #126545 from alyssais/rsync
rsync: use availableOn to determine acl support
This commit is contained in:
commit
9b69650e6a
1 changed files with 1 additions and 1 deletions
|
@ -1,5 +1,5 @@
|
||||||
{ lib, stdenv, fetchurl, perl, libiconv, zlib, popt
|
{ 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
|
, enableLZ4 ? true, lz4 ? null
|
||||||
, enableOpenSSL ? true, openssl ? null
|
, enableOpenSSL ? true, openssl ? null
|
||||||
, enableXXHash ? true, xxHash ? null
|
, enableXXHash ? true, xxHash ? null
|
||||||
|
|
Loading…
Reference in a new issue