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
+1 -1
View File
@@ -1,5 +1,5 @@
{ lib, stdenv, fetchFromGitHub, gzip, popt, autoreconfHook
, aclSupport ? true, acl
, aclSupport ? stdenv.isLinux, acl
, nixosTests
}: