python3Packages.pyxattr: platforms are the ones xattr supports

This ensures the proper propagation for `lib.meta.availableOn` to work.
This commit is contained in:
Raito Bezarius 2023-05-24 17:45:24 +02:00
parent 0cde352ef1
commit d99434c90b

View file

@ -21,5 +21,6 @@ buildPythonPackage rec {
meta = with lib; {
description = "A Python extension module which gives access to the extended attributes for filesystem objects available in some operating systems";
license = licenses.lgpl21Plus;
inherit (pkgs.attr.meta) platforms;
};
}