Commit cf857999 authored by Alyssa Ross's avatar Alyssa Ross
Browse files

acl: inherit platforms from attr

attr is a hard requirement, so platforms that attr doesn't support
won't be supported by acl either.
parent 878f51f0
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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;
  };
}