acl: inherit platforms from attr

attr is a hard requirement, so platforms that attr doesn't support
won't be supported by acl either.
This commit is contained in:
Alyssa Ross 2024-08-04 11:37:58 +02:00
parent 878f51f098
commit cf857999cf

View File

@ -24,9 +24,9 @@ stdenv.mkDerivation rec {
'';
meta = with lib; {
inherit (attr.meta) platforms badPlatforms;
homepage = "https://savannah.nongnu.org/projects/acl";
description = "Library and tools for manipulating access control lists";
platforms = platforms.linux;
license = licenses.gpl2Plus;
};
}