···2121 meta = with lib; {
2222 description = "A Python extension module which gives access to the extended attributes for filesystem objects available in some operating systems";
2323 license = licenses.lgpl21Plus;
2424+ inherit (pkgs.attr.meta) platforms;
2425 };
2526}