mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-22 15:03:28 +00:00
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:
parent
690ffff026
commit
5bdbc3642a
@ -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 ];
|
||||
};
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user