python3Packages.pyxattr: platforms are the ones xattr supports

This ensures the proper propagation for `lib.meta.availableOn` to work.

(cherry picked from commit d99434c90b)
This commit is contained in:
Raito Bezarius
2023-05-24 17:45:24 +02:00
committed by github-actions[bot]
parent 43e777fc54
commit fbeebc72a5

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;
};
}