mattermost: Don't restrict system types

This commit is contained in:
Ilan Joselevich 2022-07-01 23:16:22 +03:00
parent 09724b1517
commit 627579b71a

View file

@ -46,6 +46,5 @@ buildGo118Module rec {
homepage = "https://www.mattermost.org";
license = with licenses; [ agpl3 asl20 ];
maintainers = with maintainers; [ fpletz ryantm numinit kranzes ];
platforms = [ "x86_64-linux" ];
};
}