logrotate: disable acl on non-Linux platforms (#283483)

This commit is contained in:
Aleksana 2024-12-06 08:21:17 +08:00 committed by GitHub
commit 5e9ea2c73c
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -1,5 +1,5 @@
{ lib, stdenv, fetchFromGitHub, gzip, popt, autoreconfHook
, aclSupport ? true, acl
, aclSupport ? stdenv.isLinux, acl
, nixosTests
}: