mautrix-facebook: Use default Python platforms

There are no known compatibility issues so no reason to restrict it.

See the discussion in: https://github.com/NixOS/nixpkgs/pull/201357#issuecomment-1322087963
This commit is contained in:
Kevin Cox 2022-11-21 08:54:48 -05:00
parent 690ffff026
commit 5bdbc3642a
No known key found for this signature in database
GPG key ID: 9BB92CC1552E99AA

View file

@ -58,7 +58,6 @@ python3.pkgs.buildPythonPackage rec {
changelog = "https://github.com/mautrix/facebook/releases/tag/v${version}";
description = "A Matrix-Facebook Messenger puppeting bridge";
license = licenses.agpl3Plus;
platforms = platforms.linux;
maintainers = with maintainers; [ kevincox ];
};
}