mirror of
https://github.com/NixOS/nixpkgs.git
synced 2026-07-26 10:30:32 +00:00
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:
committed by
github-actions[bot]
parent
43e777fc54
commit
fbeebc72a5
@@ -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;
|
||||
};
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user