Commit d99434c9 authored by Raito Bezarius's avatar Raito Bezarius
Browse files

python3Packages.pyxattr: platforms are the ones xattr supports

This ensures the proper propagation for `lib.meta.availableOn` to work.
parent 0cde352e
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -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;
    };
}