mastodon: add aarch64-linux platform

This commit is contained in:
Jelle Besseling
2022-02-19 16:01:43 +01:00
committed by Kerstin
parent 397f7c0bb8
commit a305410e4e
+1 -1
View File
@@ -115,7 +115,7 @@ stdenv.mkDerivation rec {
description = "Self-hosted, globally interconnected microblogging software based on ActivityPub";
homepage = "https://joinmastodon.org";
license = licenses.agpl3Plus;
platforms = [ "x86_64-linux" "i686-linux" ];
platforms = [ "x86_64-linux" "i686-linux" "aarch64-linux" ];
maintainers = with maintainers; [ petabyteboy happy-river erictapen ];
};
}